#0faa69

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

Shades of Jade #0FAA69

Tints of Jade #0FAA69

Color information

#0FAA69 (or 0x0FAA69) is unknown color: approx Jade. HEX triplet: 0F, AA and 69. RGB value is (15,170,105). Sum of RGB (Red+Green+Blue) = 15+170+105=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA69 is #F05596. Grayscale: #747474. Windows color (decimal): -15750551 or 6924815. OLE color: 6924815.

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

Color convert

RGB15170105-
CMYK0.9100.380.33
HSL154.84º83.78%36.27%-
HSV(B)154.84º91.18%66.67%-
XYZ17.1229.8718.23-
YUV116.24121.6555.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 170 (66.80% from 255) = 58.62%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=5.17%
G=58.62%
B=36.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151701050.9100.380.33154.8483.7836.27
HexFAA695B026219b5424
Octal172521511330464123312444
Binary111110101010110100110110110100110100001100110111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0faa69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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