Html Css Color HEX #0AAB77 Jade

📋 copy color: '#0AAB77'

red 10 ◦ green 171 ◦ blue 119

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

Shades of Jade #0AAB77

Tints of Jade #0AAB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 3.33%
G = 57%
B = 39.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#0AAB77 (or 0x0AAB77) is known color: Jade. HEX triplet: 0A, AB and 77. RGB value is (10,171,119). Sum of RGB (Red+Green+Blue) = 10+171+119=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB77 is #F55488. Grayscale: #747474. Windows color (decimal): -16077961 or 7842570. OLE color: 7842570.

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

Color convert

RGB 10 171 119 -
CMYK 0.94 0 0.30 0.33
HSL 160.62º 0.89% 0.35% -
HSV(B) 160.62º 0.94% 0.67% -
XYZ 18.02 30.52 22.39 -
YUV 116.93 129.16 51.73 -
System Red Green Blue C M Y K H S L
Decimal 10 171 119 0.94 0 0.30 0.33 160.62 0.89 0.35
Hex A AB 77 5E 0 1E 21 A1 59 23
Octal 12 253 167 136 0 36 41 241 131 43
Binary 1010 10101011 1110111 1011110 0 11110 100001 10100001 1011001 100011

Color Harmonies of #0AAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB77

Black with #0AAB77

Text Example


Text Example

White with #0AAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,171,119); }

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

background-color css

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

 a { background-color: rgb(10,171,119); }

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

border-color css

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

 span { border-color: rgb(10,171,119); }

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