Html Css Color HEX #127204 Green

📋 copy color: '#127204'

red 18 ◦ green 114 ◦ blue 4

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

Shades of Green #127204

Tints of Green #127204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 83.82%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 13.24%
G = 83.82%
B = 2.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#127204 (or 0x127204) is known color: Green. HEX triplet: 12, 72 and 04. RGB value is (18,114,4). Sum of RGB (Red+Green+Blue) = 18+114+4=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #127204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127204 is #ED8DFB. Grayscale: #494949. Windows color (decimal): -15568380 or 291346. OLE color: 291346.

HSL color Cylindrical-coordinate representation of color #127204: hue angle of 112.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127204 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 4 -
CMYK 0.84 0 0.96 0.55
HSL 112.36º 0.93% 0.23% -
HSV(B) 112.36º 0.96% 0.45% -
XYZ 6.29 12.17 2.13 -
YUV 72.76 89.2 88.94 -
System Red Green Blue C M Y K H S L
Decimal 18 114 4 0.84 0 0.96 0.55 112.36 0.93 0.23
Hex 12 72 4 54 0 60 37 70 5D 17
Octal 22 162 4 124 0 140 67 160 135 27
Binary 10010 1110010 100 1010100 0 1100000 110111 1110000 1011101 10111

Color Harmonies of #127204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127204

Black with #127204

Text Example


Text Example

White with #127204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127204; }

 p { color: rgb(18,114,4); }

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

background-color css

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

 a { background-color: rgb(18,114,4); }

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

border-color css

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

 span { border-color: rgb(18,114,4); }

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