Html Css Color HEX #0AAD74 Jade

📋 copy color: '#0AAD74'

red 10 ◦ green 173 ◦ blue 116

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

Shades of Jade #0AAD74

Tints of Jade #0AAD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 3.34%
G = 57.86%
B = 38.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#0AAD74 (or 0x0AAD74) is known color: Jade. HEX triplet: 0A, AD and 74. RGB value is (10,173,116). Sum of RGB (Red+Green+Blue) = 10+173+116=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD74 is #F5528B. Grayscale: #757575. Windows color (decimal): -16077452 or 7646474. OLE color: 7646474.

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

Color convert

RGB 10 173 116 -
CMYK 0.94 0 0.33 0.32
HSL 159.02º 0.89% 0.36% -
HSV(B) 159.02º 0.94% 0.68% -
XYZ 18.22 31.21 21.59 -
YUV 117.77 127 51.13 -
System Red Green Blue C M Y K H S L
Decimal 10 173 116 0.94 0 0.33 0.32 159.02 0.89 0.36
Hex A AD 74 5E 0 21 20 9F 59 24
Octal 12 255 164 136 0 41 40 237 131 44
Binary 1010 10101101 1110100 1011110 0 100001 100000 10011111 1011001 100100

Color Harmonies of #0AAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD74

Black with #0AAD74

Text Example


Text Example

White with #0AAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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