#0AA26C

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

Shades of Jade #0AA26C

Tints of Jade #0AA26C

Color information

#0AA26C (or 0x0AA26C) is unknown color: approx Jade. HEX triplet: 0A, A2 and 6C. RGB value is (10,162,108). Sum of RGB (Red+Green+Blue) = 10+162+108=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA26C is #F55D93. Grayscale: #6E6E6E. Windows color (decimal): -16080276 or 7119370. OLE color: 7119370.

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

Color convert

RGB10162108-
CMYK0.9400.330.36
HSL158.68º88.37%33.73%-
HSV(B)158.68º93.83%63.53%-
XYZ15.7526.9918.57-
YUV110.4126.6456.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=3.57%
G=57.86%
B=38.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101621080.9400.330.36158.6888.3733.73
HexAA26C5E021249f5822
Octal122421541360414423713042
Binary101010100010110110010111100100001100100100111111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,162,108); }

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

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

 a { background-color: rgb(10,162,108); }

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

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

 span { border-color: rgb(10,162,108); }

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