Html Css Color HEX #126F04 Green

📋 copy color: '#126F04'

red 18 ◦ green 111 ◦ blue 4

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

Shades of Green #126F04

Tints of Green #126F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 83.46%

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

R = 13.53%
G = 83.46%
B = 3.01%

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

#126F04 (or 0x126F04) is known color: Green. HEX triplet: 12, 6F and 04. RGB value is (18,111,4). Sum of RGB (Red+Green+Blue) = 18+111+4=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 111 (43.75% from 255 or 83.46% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 111 - color contains mainly: green. Hex color #126F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F04 is #ED90FB. Grayscale: #474747. Windows color (decimal): -15569148 or 290578. OLE color: 290578.

HSL color Cylindrical-coordinate representation of color #126F04: hue angle of 112.15º 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 #126F04 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 111 4 -
CMYK 0.84 0 0.96 0.56
HSL 112.15º 0.93% 0.23% -
HSV(B) 112.15º 0.96% 0.44% -
XYZ 5.96 11.51 2.02 -
YUV 71 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 18 111 4 0.84 0 0.96 0.56 112.15 0.93 0.23
Hex 12 6F 4 54 0 60 38 70 5D 17
Octal 22 157 4 124 0 140 70 160 135 27
Binary 10010 1101111 100 1010100 0 1100000 111000 1110000 1011101 10111

Color Harmonies of #126F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F04

Black with #126F04

Text Example


Text Example

White with #126F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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