#0FBD68

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

Shades of Jade #0FBD68

Tints of Jade #0FBD68

Color information

#0FBD68 (or 0x0FBD68) is unknown color: approx Jade. HEX triplet: 0F, BD and 68. RGB value is (15,189,104). Sum of RGB (Red+Green+Blue) = 15+189+104=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD68 is #F04297. Grayscale: #7F7F7F. Windows color (decimal): -15745688 or 6864143. OLE color: 6864143.

HSL color Cylindrical-coordinate representation of color #0FBD68: hue angle of 150.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD68 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB15189104-
CMYK0.9200.450.26
HSL150.69º85.29%40%-
HSV(B)150.69º92.06%74.12%-
XYZ20.8937.519.23-
YUV127.28114.8547.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.87%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=4.87%
G=61.36%
B=33.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151891040.9200.450.26150.6985.2940
HexFBD685C02D1A975528
Octal172751501340553222712550
Binary11111011110111010001011100010110111010100101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,189,104); }

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

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

 a { background-color: rgb(15,189,104); }

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

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

 span { border-color: rgb(15,189,104); }

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