#0FA36D

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

Shades of Jade #0FA36D

Tints of Jade #0FA36D

Color information

#0FA36D (or 0x0FA36D) is unknown color: approx Jade. HEX triplet: 0F, A3 and 6D. RGB value is (15,163,109). Sum of RGB (Red+Green+Blue) = 15+163+109=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA36D is #F05C92. Grayscale: #707070. Windows color (decimal): -15752339 or 7185167. OLE color: 7185167.

HSL color Cylindrical-coordinate representation of color #0FA36D: hue angle of 158.11º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA36D is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB15163109-
CMYK0.9100.330.36
HSL158.11º83.15%34.9%-
HSV(B)158.11º90.8%63.92%-
XYZ16.0527.418.91-
YUV112.59125.9758.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 163 (64.06% from 255) = 56.79%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=5.23%
G=56.79%
B=37.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151631090.9100.330.36158.1183.1534.9
HexFA36D5B021249e5323
Octal172431551330414423612343
Binary111110100011110110110110110100001100100100111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,109); }

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

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

 a { background-color: rgb(15,163,109); }

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

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

 span { border-color: rgb(15,163,109); }

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