#0FB572

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

Shades of Jade #0FB572

Tints of Jade #0FB572

Color information

#0FB572 (or 0x0FB572) is unknown color: approx Jade. HEX triplet: 0F, B5 and 72. RGB value is (15,181,114). Sum of RGB (Red+Green+Blue) = 15+181+114=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB572 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB572 is #F04A8D. Grayscale: #7B7B7B. Windows color (decimal): -15747726 or 7517455. OLE color: 7517455.

HSL color Cylindrical-coordinate representation of color #0FB572: hue angle of 155.78º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB572 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB15181114-
CMYK0.9200.370.29
HSL155.78º84.69%38.43%-
HSV(B)155.78º91.71%70.98%-
XYZ19.7634.3621.51-
YUV123.73122.550.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 181 (71.09% from 255) = 58.39%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=4.84%
G=58.39%
B=36.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151811140.9200.370.29155.7884.6938.43
HexFB5725C0251D9c5526
Octal172651621340453523412546
Binary11111011010111100101011100010010111101100111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,181,114); }

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

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

 a { background-color: rgb(15,181,114); }

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

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

 span { border-color: rgb(15,181,114); }

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