Html Css Color HEX #126A3F Jewel

📋 copy color: '#126A3F'

red 18 ◦ green 106 ◦ blue 63

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

Shades of Jewel #126A3F

Tints of Jewel #126A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 9.63%
G = 56.68%
B = 33.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#126A3F (or 0x126A3F) is known color: Jewel. HEX triplet: 12, 6A and 3F. RGB value is (18,106,63). Sum of RGB (Red+Green+Blue) = 18+106+63=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #126A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A3F is #ED95C0. Grayscale: #4A4A4A. Windows color (decimal): -15570369 or 4155922. OLE color: 4155922.

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

Color convert

RGB 18 106 63 -
CMYK 0.83 0 0.41 0.58
HSL 150.68º 0.71% 0.24% -
HSV(B) 150.68º 0.83% 0.42% -
XYZ 6.3 10.8 6.45 -
YUV 74.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 18 106 63 0.83 0 0.41 0.58 150.68 0.71 0.24
Hex 12 6A 3F 53 0 29 3A 97 47 18
Octal 22 152 77 123 0 51 72 227 107 30
Binary 10010 1101010 111111 1010011 0 101001 111010 10010111 1000111 11000

Color Harmonies of #126A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A3F

Black with #126A3F

Text Example


Text Example

White with #126A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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