#0FA26E

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

Shades of Jade #0FA26E

Tints of Jade #0FA26E

Color information

#0FA26E (or 0x0FA26E) is unknown color: approx Jade. HEX triplet: 0F, A2 and 6E. RGB value is (15,162,110). Sum of RGB (Red+Green+Blue) = 15+162+110=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA26E is #F05D91. Grayscale: #707070. Windows color (decimal): -15752594 or 7250447. OLE color: 7250447.

HSL color Cylindrical-coordinate representation of color #0FA26E: hue angle of 158.78º 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 #0FA26E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB15162110-
CMYK0.9100.320.36
HSL158.78º83.05%34.71%-
HSV(B)158.78º90.74%63.53%-
XYZ15.9327.0719.14-
YUV112.12126.858.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=5.23%
G=56.45%
B=38.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151621100.9100.320.36158.7883.0534.71
HexFA26E5B020249f5323
Octal172421561330404423712343
Binary111110100010110111010110110100000100100100111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,162,110); }

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

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

 a { background-color: rgb(15,162,110); }

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

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

 span { border-color: rgb(15,162,110); }

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