Html Css Color HEX #0AA772 Jade

📋 copy color: '#0AA772'

red 10 ◦ green 167 ◦ blue 114

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

Shades of Jade #0AA772

Tints of Jade #0AA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 57.39%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 3.44%
G = 57.39%
B = 39.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#0AA772 (or 0x0AA772) is known color: Jade. HEX triplet: 0A, A7 and 72. RGB value is (10,167,114). Sum of RGB (Red+Green+Blue) = 10+167+114=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA772 is #F5588D. Grayscale: #727272. Windows color (decimal): -16078990 or 7513866. OLE color: 7513866.

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

Color convert

RGB 10 167 114 -
CMYK 0.94 0 0.32 0.35
HSL 159.75º 0.89% 0.35% -
HSV(B) 159.75º 0.94% 0.65% -
XYZ 16.98 28.92 20.61 -
YUV 114.02 127.99 53.81 -
System Red Green Blue C M Y K H S L
Decimal 10 167 114 0.94 0 0.32 0.35 159.75 0.89 0.35
Hex A A7 72 5E 0 20 23 A0 59 23
Octal 12 247 162 136 0 40 43 240 131 43
Binary 1010 10100111 1110010 1011110 0 100000 100011 10100000 1011001 100011

Color Harmonies of #0AA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA772

Black with #0AA772

Text Example


Text Example

White with #0AA772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,167,114); }

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

background-color css

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

 a { background-color: rgb(10,167,114); }

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

border-color css

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

 span { border-color: rgb(10,167,114); }

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