Html Css Color HEX #126A3E Jewel

📋 copy color: '#126A3E'

red 18 ◦ green 106 ◦ blue 62

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

Shades of Jewel #126A3E

Tints of Jewel #126A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 9.68%
G = 56.99%
B = 33.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#126A3E (or 0x126A3E) is known color: Jewel. HEX triplet: 12, 6A and 3E. RGB value is (18,106,62). Sum of RGB (Red+Green+Blue) = 18+106+62=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 106 (41.80% from 255 or 56.99% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 106 - color contains mainly: green. Hex color #126A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A3E is #ED95C1. Grayscale: #4A4A4A. Windows color (decimal): -15570370 or 4090386. OLE color: 4090386.

HSL color Cylindrical-coordinate representation of color #126A3E: hue angle of 150º 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 #126A3E is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 62 -
CMYK 0.83 0 0.42 0.58
HSL 150º 0.71% 0.24% -
HSV(B) 150º 0.83% 0.42% -
XYZ 6.27 10.78 6.31 -
YUV 74.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 18 106 62 0.83 0 0.42 0.58 150 0.71 0.24
Hex 12 6A 3E 53 0 2A 3A 96 47 18
Octal 22 152 76 123 0 52 72 226 107 30
Binary 10010 1101010 111110 1010011 0 101010 111010 10010110 1000111 11000

Color Harmonies of #126A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A3E

Black with #126A3E

Text Example


Text Example

White with #126A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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