Html Css Color HEX #0AAD73 Jade

📋 copy color: '#0AAD73'

red 10 ◦ green 173 ◦ blue 115

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

Shades of Jade #0AAD73

Tints of Jade #0AAD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 3.36%
G = 58.05%
B = 38.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#0AAD73 (or 0x0AAD73) is known color: Jade. HEX triplet: 0A, AD and 73. RGB value is (10,173,115). Sum of RGB (Red+Green+Blue) = 10+173+115=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD73 is #F5528C. Grayscale: #757575. Windows color (decimal): -16077453 or 7580938. OLE color: 7580938.

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

Color convert

RGB 10 173 115 -
CMYK 0.94 0 0.34 0.32
HSL 158.65º 0.89% 0.36% -
HSV(B) 158.65º 0.94% 0.68% -
XYZ 18.16 31.19 21.28 -
YUV 117.65 126.5 51.22 -
System Red Green Blue C M Y K H S L
Decimal 10 173 115 0.94 0 0.34 0.32 158.65 0.89 0.36
Hex A AD 73 5E 0 22 20 9F 59 24
Octal 12 255 163 136 0 42 40 237 131 44
Binary 1010 10101101 1110011 1011110 0 100010 100000 10011111 1011001 100100

Color Harmonies of #0AAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD73

Black with #0AAD73

Text Example


Text Example

White with #0AAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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