#0FB56A

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

Shades of Jade #0FB56A

Tints of Jade #0FB56A

Color information

#0FB56A (or 0x0FB56A) is unknown color: approx Jade. HEX triplet: 0F, B5 and 6A. RGB value is (15,181,106). Sum of RGB (Red+Green+Blue) = 15+181+106=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB56A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB56A is #F04A95. Grayscale: #7A7A7A. Windows color (decimal): -15747734 or 6993167. OLE color: 6993167.

HSL color Cylindrical-coordinate representation of color #0FB56A: hue angle of 152.89º 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 #0FB56A is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB15181106-
CMYK0.9200.410.29
HSL152.89º84.69%38.43%-
HSV(B)152.89º91.71%70.98%-
XYZ19.3234.1919.22-
YUV122.82118.551.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.97%
GREEN value IS 181 (71.09% from 255) = 59.93%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=4.97%
G=59.93%
B=35.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151811060.9200.410.29152.8984.6938.43
HexFB56A5C0291D995526
Octal172651521340513523112546
Binary11111011010111010101011100010100111101100110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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