Html Css Color HEX #127004 Green

📋 copy color: '#127004'

red 18 ◦ green 112 ◦ blue 4

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

Shades of Green #127004

Tints of Green #127004

RGB

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

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

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

R = 13.43%
G = 83.58%
B = 2.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#127004 (or 0x127004) is known color: Green. HEX triplet: 12, 70 and 04. RGB value is (18,112,4). Sum of RGB (Red+Green+Blue) = 18+112+4=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #127004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127004 is #ED8FFB. Grayscale: #474747. Windows color (decimal): -15568892 or 290834. OLE color: 290834.

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

Color convert

RGB 18 112 4 -
CMYK 0.84 0 0.96 0.56
HSL 112.22º 0.93% 0.23% -
HSV(B) 112.22º 0.96% 0.44% -
XYZ 6.07 11.73 2.06 -
YUV 71.58 89.86 89.78 -
System Red Green Blue C M Y K H S L
Decimal 18 112 4 0.84 0 0.96 0.56 112.22 0.93 0.23
Hex 12 70 4 54 0 60 38 70 5D 17
Octal 22 160 4 124 0 140 70 160 135 27
Binary 10010 1110000 100 1010100 0 1100000 111000 1110000 1011101 10111

Color Harmonies of #127004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127004

Black with #127004

Text Example


Text Example

White with #127004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127004; }

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

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

background-color css

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

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

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

border-color css

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

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

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