Html Css Color HEX #0AAD6E Jade

📋 copy color: '#0AAD6E'

red 10 ◦ green 173 ◦ blue 110

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

Shades of Jade #0AAD6E

Tints of Jade #0AAD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 3.41%
G = 59.04%
B = 37.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#0AAD6E (or 0x0AAD6E) is known color: Jade. HEX triplet: 0A, AD and 6E. RGB value is (10,173,110). Sum of RGB (Red+Green+Blue) = 10+173+110=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD6E is #F55291. Grayscale: #757575. Windows color (decimal): -16077458 or 7253258. OLE color: 7253258.

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

Color convert

RGB 10 173 110 -
CMYK 0.94 0 0.36 0.32
HSL 156.81º 0.89% 0.36% -
HSV(B) 156.81º 0.94% 0.68% -
XYZ 17.88 31.08 19.81 -
YUV 117.08 124 51.62 -
System Red Green Blue C M Y K H S L
Decimal 10 173 110 0.94 0 0.36 0.32 156.81 0.89 0.36
Hex A AD 6E 5E 0 24 20 9D 59 24
Octal 12 255 156 136 0 44 40 235 131 44
Binary 1010 10101101 1101110 1011110 0 100100 100000 10011101 1011001 100100

Color Harmonies of #0AAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD6E

Black with #0AAD6E

Text Example


Text Example

White with #0AAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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