#127204

Color #127204 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #127204

Tints of Green #127204

Color information

#127204 (or 0x127204) is unknown color: approx 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

RGB181144-
CMYK0.8400.960.55
HSL112.36º93.22%23.14%-
HSV(B)112.36º96.49%44.71%-
XYZ6.2912.172.13-
YUV72.7689.288.94-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811440.8400.960.55112.3693.2223.14
Hex127245406037705d17
Octal22162412401406716013527
Binary1001011100101001010100011000001101111110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>