Html Css Color HEX #126A16 Green

📋 copy color: '#126A16'

red 18 ◦ green 106 ◦ blue 22

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

Shades of Green #126A16

Tints of Green #126A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 72.6%

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 12.33%
G = 72.6%
B = 15.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#126A16 (or 0x126A16) is known color: Green. HEX triplet: 12, 6A and 16. RGB value is (18,106,22). Sum of RGB (Red+Green+Blue) = 18+106+22=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #126A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A16 is #ED95E9. Grayscale: #464646. Windows color (decimal): -15570410 or 1468946. OLE color: 1468946.

HSL color Cylindrical-coordinate representation of color #126A16: hue angle of 122.73º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A16 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 22 -
CMYK 0.83 0 0.79 0.58
HSL 122.73º 0.71% 0.24% -
HSV(B) 122.73º 0.83% 0.42% -
XYZ 5.55 10.49 2.49 -
YUV 70.11 100.85 90.83 -
System Red Green Blue C M Y K H S L
Decimal 18 106 22 0.83 0 0.79 0.58 122.73 0.71 0.24
Hex 12 6A 16 53 0 4F 3A 7B 47 18
Octal 22 152 26 123 0 117 72 173 107 30
Binary 10010 1101010 10110 1010011 0 1001111 111010 1111011 1000111 11000

Color Harmonies of #126A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A16

Black with #126A16

Text Example


Text Example

White with #126A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,22); }

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

background-color css

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

 a { background-color: rgb(18,106,22); }

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

border-color css

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

 span { border-color: rgb(18,106,22); }

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