#0AAF6C

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

Shades of Jade #0AAF6C

Tints of Jade #0AAF6C

Color information

#0AAF6C (or 0x0AAF6C) is unknown color: approx Jade. HEX triplet: 0A, AF and 6C. RGB value is (10,175,108). Sum of RGB (Red+Green+Blue) = 10+175+108=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAF6C is #F55093. Grayscale: #767676. Windows color (decimal): -16076948 or 7122698. OLE color: 7122698.

HSL color Cylindrical-coordinate representation of color #0AAF6C: hue angle of 155.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF6C is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB10175108-
CMYK0.9400.380.31
HSL155.64º89.19%36.27%-
HSV(B)155.64º94.29%68.63%-
XYZ18.1631.8119.37-
YUV118.03122.3450.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.41%
GREEN value IS 175 (68.75% from 255) = 59.73%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=3.41%
G=59.73%
B=36.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751080.9400.380.31155.6489.1936.27
HexAAF6C5E0261F9c5924
Octal122571541360463723413144
Binary10101010111111011001011110010011011111100111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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