Html Css Color HEX #126002 Green

📋 copy color: '#126002'

red 18 ◦ green 96 ◦ blue 2

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

Shades of Green #126002

Tints of Green #126002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.76%

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

R = 15.52%
G = 82.76%
B = 1.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#126002 (or 0x126002) is known color: Green. HEX triplet: 12, 60 and 02. RGB value is (18,96,2). Sum of RGB (Red+Green+Blue) = 18+96+2=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #126002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126002 is #ED9FFD. Grayscale: #3E3E3E. Windows color (decimal): -15572990 or 155666. OLE color: 155666.

HSL color Cylindrical-coordinate representation of color #126002: hue angle of 109.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #126002 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 2 -
CMYK 0.81 0 0.98 0.62
HSL 109.79º 0.96% 0.19% -
HSV(B) 109.79º 0.98% 0.38% -
XYZ 4.44 8.5 1.46 -
YUV 61.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 18 96 2 0.81 0 0.98 0.62 109.79 0.96 0.19
Hex 12 60 2 51 0 62 3E 6E 60 13
Octal 22 140 2 121 0 142 76 156 140 23
Binary 10010 1100000 10 1010001 0 1100010 111110 1101110 1100000 10011

Color Harmonies of #126002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126002

Black with #126002

Text Example


Text Example

White with #126002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126002; }

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

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

background-color css

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

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

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

border-color css

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

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

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