Html Css Color HEX #0AAD76 Jade

📋 copy color: '#0AAD76'

red 10 ◦ green 173 ◦ blue 118

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

Shades of Jade #0AAD76

Tints of Jade #0AAD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.48%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 3.32%
G = 57.48%
B = 39.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#0AAD76 (or 0x0AAD76) is known color: Jade. HEX triplet: 0A, AD and 76. RGB value is (10,173,118). Sum of RGB (Red+Green+Blue) = 10+173+118=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD76 is #F55289. Grayscale: #767676. Windows color (decimal): -16077450 or 7777546. OLE color: 7777546.

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

Color convert

RGB 10 173 118 -
CMYK 0.94 0 0.32 0.32
HSL 159.75º 0.89% 0.36% -
HSV(B) 159.75º 0.94% 0.68% -
XYZ 18.34 31.26 22.21 -
YUV 117.99 128 50.97 -
System Red Green Blue C M Y K H S L
Decimal 10 173 118 0.94 0 0.32 0.32 159.75 0.89 0.36
Hex A AD 76 5E 0 20 20 A0 59 24
Octal 12 255 166 136 0 40 40 240 131 44
Binary 1010 10101101 1110110 1011110 0 100000 100000 10100000 1011001 100100

Color Harmonies of #0AAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD76

Black with #0AAD76

Text Example


Text Example

White with #0AAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,118); }

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

background-color css

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

 a { background-color: rgb(10,173,118); }

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

border-color css

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

 span { border-color: rgb(10,173,118); }

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