Html Css Color HEX #126E4F Jewel

📋 copy color: '#126E4F'

red 18 ◦ green 110 ◦ blue 79

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

Shades of Jewel #126E4F

Tints of Jewel #126E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 8.7%
G = 53.14%
B = 38.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#126E4F (or 0x126E4F) is known color: Jewel. HEX triplet: 12, 6E and 4F. RGB value is (18,110,79). Sum of RGB (Red+Green+Blue) = 18+110+79=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #126E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E4F is #ED91B0. Grayscale: #4E4E4E. Windows color (decimal): -15569329 or 5205522. OLE color: 5205522.

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

Color convert

RGB 18 110 79 -
CMYK 0.84 0 0.28 0.57
HSL 159.78º 0.72% 0.25% -
HSV(B) 159.78º 0.84% 0.43% -
XYZ 7.24 11.84 9.3 -
YUV 78.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 18 110 79 0.84 0 0.28 0.57 159.78 0.72 0.25
Hex 12 6E 4F 54 0 1C 39 A0 48 19
Octal 22 156 117 124 0 34 71 240 110 31
Binary 10010 1101110 1001111 1010100 0 11100 111001 10100000 1001000 11001

Color Harmonies of #126E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E4F

Black with #126E4F

Text Example


Text Example

White with #126E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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