Html Css Color HEX #126402 Green

📋 copy color: '#126402'

red 18 ◦ green 100 ◦ blue 2

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

Shades of Green #126402

Tints of Green #126402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 83.33%

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

R = 15%
G = 83.33%
B = 1.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#126402 (or 0x126402) is known color: Green. HEX triplet: 12, 64 and 02. RGB value is (18,100,2). Sum of RGB (Red+Green+Blue) = 18+100+2=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #126402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126402 is #ED9BFD. Grayscale: #404040. Windows color (decimal): -15571966 or 156690. OLE color: 156690.

HSL color Cylindrical-coordinate representation of color #126402: hue angle of 110.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #126402 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 2 -
CMYK 0.82 0 0.98 0.61
HSL 110.2º 0.96% 0.2% -
HSV(B) 110.2º 0.98% 0.39% -
XYZ 4.82 9.25 1.59 -
YUV 64.31 92.83 94.97 -
System Red Green Blue C M Y K H S L
Decimal 18 100 2 0.82 0 0.98 0.61 110.2 0.96 0.2
Hex 12 64 2 52 0 62 3D 6E 60 14
Octal 22 144 2 122 0 142 75 156 140 24
Binary 10010 1100100 10 1010010 0 1100010 111101 1101110 1100000 10100

Color Harmonies of #126402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126402

Black with #126402

Text Example


Text Example

White with #126402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126402; }

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

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

background-color css

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

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

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

border-color css

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

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

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