#0F5E40

Color #0F5E40 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0F5E40

Tints of Jewel #0F5E40

Color information

#0F5E40 (or 0x0F5E40) is unknown color: approx Jewel. HEX triplet: 0F, 5E and 40. RGB value is (15,94,64). Sum of RGB (Red+Green+Blue) = 15+94+64=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #0F5E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5E40 is #F0A1BF. Grayscale: #434343. Windows color (decimal): -15770048 or 4218383. OLE color: 4218383.

HSL color Cylindrical-coordinate representation of color #0F5E40: hue angle of 157.22º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5E40 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB159464-
CMYK0.8400.320.63
HSL157.22º72.48%21.37%-
HSV(B)157.22º84.04%36.86%-
XYZ5.138.486.22-
YUV66.96126.3390.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.67%
GREEN value IS 94 (37.11% from 255) = 54.34%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=8.67%
G=54.34%
B=36.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1594640.8400.320.63157.2272.4821.37
HexF5E40540203F9d4815
Octal171361001240407723511025
Binary1111101111010000001010100010000011111110011101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5E40; }

 p { color: rgb(15,94,64); }

 H1.HeaderClassName
 {
   color: #0F5E40;
 }
 .AnyTagClassName
 {
   color: #0F5E40;
 }
</style>
background-color css

<style>
 a { background-color: #0F5E40; }

 a { background-color: rgb(15,94,64); }

 div.DivClassName
 {
   background-color: #0F5E40;
 }
 .BgClassName
 {
   background-color: #0F5E40;
 }
</style>
border-color css

<style>
 span { border-color: #0F5E40; }

 span { border-color: rgb(15,94,64); }

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