Html Css Color HEX #126502 Green

📋 copy color: '#126502'

red 18 ◦ green 101 ◦ blue 2

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

Shades of Green #126502

Tints of Green #126502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 83.47%

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

R = 14.88%
G = 83.47%
B = 1.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#126502 (or 0x126502) is known color: Green. HEX triplet: 12, 65 and 02. RGB value is (18,101,2). Sum of RGB (Red+Green+Blue) = 18+101+2=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #126502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126502 is #ED9AFD. Grayscale: #414141. Windows color (decimal): -15571710 or 156946. OLE color: 156946.

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

Color convert

RGB 18 101 2 -
CMYK 0.82 0 0.98 0.60
HSL 110.3º 0.96% 0.2% -
HSV(B) 110.3º 0.98% 0.4% -
XYZ 4.91 9.44 1.62 -
YUV 64.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 18 101 2 0.82 0 0.98 0.60 110.3 0.96 0.2
Hex 12 65 2 52 0 62 3C 6E 60 14
Octal 22 145 2 122 0 142 74 156 140 24
Binary 10010 1100101 10 1010010 0 1100010 111100 1101110 1100000 10100

Color Harmonies of #126502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126502

Black with #126502

Text Example


Text Example

White with #126502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126502; }

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

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

background-color css

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

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

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

border-color css

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

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

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