Html Css Color HEX #126E4D Jewel

📋 copy color: '#126E4D'

red 18 ◦ green 110 ◦ blue 77

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

Shades of Jewel #126E4D

Tints of Jewel #126E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.66%

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 8.78%
G = 53.66%
B = 37.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#126E4D (or 0x126E4D) is known color: Jewel. HEX triplet: 12, 6E and 4D. RGB value is (18,110,77). Sum of RGB (Red+Green+Blue) = 18+110+77=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #126E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E4D is #ED91B2. Grayscale: #4E4E4E. Windows color (decimal): -15569331 or 5074450. OLE color: 5074450.

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

Color convert

RGB 18 110 77 -
CMYK 0.84 0 0.3 0.57
HSL 158.48º 0.72% 0.25% -
HSV(B) 158.48º 0.84% 0.43% -
XYZ 7.16 11.82 8.92 -
YUV 78.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 18 110 77 0.84 0 0.3 0.57 158.48 0.72 0.25
Hex 12 6E 4D 54 0 1E 39 9E 48 19
Octal 22 156 115 124 0 36 71 236 110 31
Binary 10010 1101110 1001101 1010100 0 11110 111001 10011110 1001000 11001

Color Harmonies of #126E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E4D

Black with #126E4D

Text Example


Text Example

White with #126E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,77); }

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

background-color css

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

 a { background-color: rgb(18,110,77); }

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

border-color css

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

 span { border-color: rgb(18,110,77); }

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