Html Css Color HEX #126F02 Green

📋 copy color: '#126F02'

red 18 ◦ green 111 ◦ blue 2

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

Shades of Green #126F02

Tints of Green #126F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 13.74%
G = 84.73%
B = 1.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#126F02 (or 0x126F02) is known color: Green. HEX triplet: 12, 6F and 02. RGB value is (18,111,2). Sum of RGB (Red+Green+Blue) = 18+111+2=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 111 (43.75% from 255 or 84.73% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 111 - color contains mainly: green. Hex color #126F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F02 is #ED90FD. Grayscale: #474747. Windows color (decimal): -15569150 or 159506. OLE color: 159506.

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

Color convert

RGB 18 111 2 -
CMYK 0.84 0 0.98 0.56
HSL 111.19º 0.96% 0.22% -
HSV(B) 111.19º 0.98% 0.44% -
XYZ 5.94 11.5 1.96 -
YUV 70.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 18 111 2 0.84 0 0.98 0.56 111.19 0.96 0.22
Hex 12 6F 2 54 0 62 38 6F 60 16
Octal 22 157 2 124 0 142 70 157 140 26
Binary 10010 1101111 10 1010100 0 1100010 111000 1101111 1100000 10110

Color Harmonies of #126F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F02

Black with #126F02

Text Example


Text Example

White with #126F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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