#0FB175

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

Shades of Jade #0FB175

Tints of Jade #0FB175

Color information

#0FB175 (or 0x0FB175) is unknown color: approx Jade. HEX triplet: 0F, B1 and 75. RGB value is (15,177,117). Sum of RGB (Red+Green+Blue) = 15+177+117=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB175 is #F04E8A. Grayscale: #797979. Windows color (decimal): -15748747 or 7713039. OLE color: 7713039.

HSL color Cylindrical-coordinate representation of color #0FB175: hue angle of 157.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB175 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB15177117-
CMYK0.9200.340.31
HSL157.78º84.38%37.65%-
HSV(B)157.78º91.53%69.41%-
XYZ19.1332.8322.16-
YUV121.72125.3351.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.85%
GREEN value IS 177 (69.53% from 255) = 57.28%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=4.85%
G=57.28%
B=37.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151771170.9200.340.31157.7884.3837.65
HexFB1755C0221F9e5426
Octal172611651340423723612446
Binary11111011000111101011011100010001011111100111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,177,117); }

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

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

 a { background-color: rgb(15,177,117); }

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

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

 span { border-color: rgb(15,177,117); }

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