Html Css Color HEX #127009 Green

📋 copy color: '#127009'

red 18 ◦ green 112 ◦ blue 9

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

Shades of Green #127009

Tints of Green #127009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 80.58%

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 12.95%
G = 80.58%
B = 6.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#127009 (or 0x127009) is known color: Green. HEX triplet: 12, 70 and 09. RGB value is (18,112,9). Sum of RGB (Red+Green+Blue) = 18+112+9=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #127009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127009 is #ED8FF6. Grayscale: #484848. Windows color (decimal): -15568887 or 618514. OLE color: 618514.

HSL color Cylindrical-coordinate representation of color #127009: hue angle of 114.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127009 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 9 -
CMYK 0.84 0 0.92 0.56
HSL 114.76º 0.85% 0.24% -
HSV(B) 114.76º 0.92% 0.44% -
XYZ 6.09 11.74 2.2 -
YUV 72.15 92.36 89.38 -
System Red Green Blue C M Y K H S L
Decimal 18 112 9 0.84 0 0.92 0.56 114.76 0.85 0.24
Hex 12 70 9 54 0 5C 38 73 55 18
Octal 22 160 11 124 0 134 70 163 125 30
Binary 10010 1110000 1001 1010100 0 1011100 111000 1110011 1010101 11000

Color Harmonies of #127009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127009

Black with #127009

Text Example


Text Example

White with #127009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127009; }

 p { color: rgb(18,112,9); }

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

background-color css

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

 a { background-color: rgb(18,112,9); }

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

border-color css

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

 span { border-color: rgb(18,112,9); }

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