Html Css Color HEX #126D40 Jewel

📋 copy color: '#126D40'

red 18 ◦ green 109 ◦ blue 64

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

Shades of Jewel #126D40

Tints of Jewel #126D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 57.07%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 9.42%
G = 57.07%
B = 33.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#126D40 (or 0x126D40) is known color: Jewel. HEX triplet: 12, 6D and 40. RGB value is (18,109,64). Sum of RGB (Red+Green+Blue) = 18+109+64=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #126D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D40 is #ED92BF. Grayscale: #4C4C4C. Windows color (decimal): -15569600 or 4222226. OLE color: 4222226.

HSL color Cylindrical-coordinate representation of color #126D40: hue angle of 150.33º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D40 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 109 64 -
CMYK 0.83 0 0.41 0.57
HSL 150.33º 0.72% 0.25% -
HSV(B) 150.33º 0.83% 0.43% -
XYZ 6.64 11.44 6.71 -
YUV 76.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 18 109 64 0.83 0 0.41 0.57 150.33 0.72 0.25
Hex 12 6D 40 53 0 29 39 96 48 19
Octal 22 155 100 123 0 51 71 226 110 31
Binary 10010 1101101 1000000 1010011 0 101001 111001 10010110 1001000 11001

Color Harmonies of #126D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D40

Black with #126D40

Text Example


Text Example

White with #126D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,64); }

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

background-color css

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

 a { background-color: rgb(18,109,64); }

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

border-color css

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

 span { border-color: rgb(18,109,64); }

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