Html Css Color HEX #126D3E Jewel

📋 copy color: '#126D3E'

red 18 ◦ green 109 ◦ blue 62

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

Shades of Jewel #126D3E

Tints of Jewel #126D3E

RGB

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

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

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

R = 9.52%
G = 57.67%
B = 32.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#126D3E (or 0x126D3E) is known color: Jewel. HEX triplet: 12, 6D and 3E. RGB value is (18,109,62). Sum of RGB (Red+Green+Blue) = 18+109+62=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #126D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D3E is #ED92C1. Grayscale: #4C4C4C. Windows color (decimal): -15569602 or 4091154. OLE color: 4091154.

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

Color convert

RGB 18 109 62 -
CMYK 0.83 0 0.43 0.57
HSL 149.01º 0.72% 0.25% -
HSV(B) 149.01º 0.83% 0.43% -
XYZ 6.59 11.41 6.41 -
YUV 76.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 18 109 62 0.83 0 0.43 0.57 149.01 0.72 0.25
Hex 12 6D 3E 53 0 2B 39 95 48 19
Octal 22 155 76 123 0 53 71 225 110 31
Binary 10010 1101101 111110 1010011 0 101011 111001 10010101 1001000 11001

Color Harmonies of #126D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D3E

Black with #126D3E

Text Example


Text Example

White with #126D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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