Html Css Color HEX #0AAD70 Jade

📋 copy color: '#0AAD70'

red 10 ◦ green 173 ◦ blue 112

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

Shades of Jade #0AAD70

Tints of Jade #0AAD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 3.39%
G = 58.64%
B = 37.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#0AAD70 (or 0x0AAD70) is known color: Jade. HEX triplet: 0A, AD and 70. RGB value is (10,173,112). Sum of RGB (Red+Green+Blue) = 10+173+112=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD70 is #F5528F. Grayscale: #757575. Windows color (decimal): -16077456 or 7384330. OLE color: 7384330.

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

Color convert

RGB 10 173 112 -
CMYK 0.94 0 0.35 0.32
HSL 157.55º 0.89% 0.36% -
HSV(B) 157.55º 0.94% 0.68% -
XYZ 17.99 31.12 20.39 -
YUV 117.31 125 51.46 -
System Red Green Blue C M Y K H S L
Decimal 10 173 112 0.94 0 0.35 0.32 157.55 0.89 0.36
Hex A AD 70 5E 0 23 20 9E 59 24
Octal 12 255 160 136 0 43 40 236 131 44
Binary 1010 10101101 1110000 1011110 0 100011 100000 10011110 1011001 100100

Color Harmonies of #0AAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD70

Black with #0AAD70

Text Example


Text Example

White with #0AAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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