Html Css Color HEX #0AA86C Jade

📋 copy color: '#0AA86C'

red 10 ◦ green 168 ◦ blue 108

#0AA86C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #0AA86C

Tints of Jade #0AA86C

RGB

 RED value IS 10 (4.3% from 255) = 3.5%

 GREEN value IS 168 (66.02% from 255) = 58.74%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 3.5%
G = 58.74%
B = 37.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#0AA86C (or 0x0AA86C) is known color: Jade. HEX triplet: 0A, A8 and 6C. RGB value is (10,168,108). Sum of RGB (Red+Green+Blue) = 10+168+108=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA86C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA86C is #F55793. Grayscale: #717171. Windows color (decimal): -16078740 or 7120906. OLE color: 7120906.

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

Color convert

RGB 10 168 108 -
CMYK 0.94 0 0.36 0.34
HSL 157.22º 0.89% 0.35% -
HSV(B) 157.22º 0.94% 0.66% -
XYZ 16.83 29.15 18.93 -
YUV 113.92 124.65 53.88 -
System Red Green Blue C M Y K H S L
Decimal 10 168 108 0.94 0 0.36 0.34 157.22 0.89 0.35
Hex A A8 6C 5E 0 24 22 9D 59 23
Octal 12 250 154 136 0 44 42 235 131 43
Binary 1010 10101000 1101100 1011110 0 100100 100010 10011101 1011001 100011

Color Harmonies of #0AA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA86C

Black with #0AA86C

Text Example


Text Example

White with #0AA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AA86C;
 }
 .AnyTagClassName
 {
   color: #0AA86C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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