Html Css Color HEX #127503 Green

📋 copy color: '#127503'

red 18 ◦ green 117 ◦ blue 3

#127503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #127503

Tints of Green #127503

RGB

 RED value IS 18 (7.42% from 255) = 13.04%

 GREEN value IS 117 (46.09% from 255) = 84.78%

 BLUE value IS 3 (1.56% from 255) = 2.17%

R = 13.04%
G = 84.78%
B = 2.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#127503 (or 0x127503) is known color: Green. HEX triplet: 12, 75 and 03. RGB value is (18,117,3). Sum of RGB (Red+Green+Blue) = 18+117+3=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #127503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127503 is #ED8AFC. Grayscale: #4A4A4A. Windows color (decimal): -15567613 or 226578. OLE color: 226578.

HSL color Cylindrical-coordinate representation of color #127503: hue angle of 112.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #127503 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 3 -
CMYK 0.85 0 0.97 0.54
HSL 112.11º 0.95% 0.24% -
HSV(B) 112.11º 0.97% 0.46% -
XYZ 6.63 12.86 2.22 -
YUV 74.4 87.7 87.77 -
System Red Green Blue C M Y K H S L
Decimal 18 117 3 0.85 0 0.97 0.54 112.11 0.95 0.24
Hex 12 75 3 55 0 61 36 70 5F 18
Octal 22 165 3 125 0 141 66 160 137 30
Binary 10010 1110101 11 1010101 0 1100001 110110 1110000 1011111 11000

Color Harmonies of #127503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127503

Black with #127503

Text Example


Text Example

White with #127503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127503; }

 p { color: rgb(18,117,3); }

 H1.HeaderClassName
 {
   color: #127503;
 }
 .AnyTagClassName
 {
   color: #127503;
 }
</style>

background-color css

<style>
 a { background-color: #127503; }

 a { background-color: rgb(18,117,3); }

 div.DivClassName
 {
   background-color: #127503;
 }
 .BgClassName
 {
   background-color: #127503;
 }
</style>

border-color css

<style>
 span { border-color: #127503; }

 span { border-color: rgb(18,117,3); }

 td.TdClassName
 {
   border-color: #127503;
 }
 .TagClassName
 {
   border-color: #127503;
 }
</style>