#0FB369

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

Shades of Jade #0FB369

Tints of Jade #0FB369

Color information

#0FB369 (or 0x0FB369) is unknown color: approx Jade. HEX triplet: 0F, B3 and 69. RGB value is (15,179,105). Sum of RGB (Red+Green+Blue) = 15+179+105=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB369 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB369 is #F04C96. Grayscale: #797979. Windows color (decimal): -15748247 or 6927119. OLE color: 6927119.

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

Color convert

RGB15179105-
CMYK0.9200.410.30
HSL152.93º84.54%38.04%-
HSV(B)152.93º91.62%70.2%-
XYZ18.8733.3618.81-
YUV121.53118.6752.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 179 (70.31% from 255) = 59.87%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=5.02%
G=59.87%
B=35.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151791050.9200.410.30152.9384.5438.04
HexFB3695C0291E995526
Octal172631511340513623112546
Binary11111011001111010011011100010100111110100110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,105); }

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

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

 a { background-color: rgb(15,179,105); }

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

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

 span { border-color: rgb(15,179,105); }

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