Html Css Color HEX #0AAB74 Jade

📋 copy color: '#0AAB74'

red 10 ◦ green 171 ◦ blue 116

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

Shades of Jade #0AAB74

Tints of Jade #0AAB74

RGB

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

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

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

R = 3.37%
G = 57.58%
B = 39.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#0AAB74 (or 0x0AAB74) is known color: Jade. HEX triplet: 0A, AB and 74. RGB value is (10,171,116). Sum of RGB (Red+Green+Blue) = 10+171+116=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB74 is #F5548B. Grayscale: #747474. Windows color (decimal): -16077964 or 7645962. OLE color: 7645962.

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

Color convert

RGB 10 171 116 -
CMYK 0.94 0 0.32 0.33
HSL 159.5º 0.89% 0.35% -
HSV(B) 159.5º 0.94% 0.67% -
XYZ 17.84 30.45 21.46 -
YUV 116.59 127.66 51.97 -
System Red Green Blue C M Y K H S L
Decimal 10 171 116 0.94 0 0.32 0.33 159.5 0.89 0.35
Hex A AB 74 5E 0 20 21 A0 59 23
Octal 12 253 164 136 0 40 41 240 131 43
Binary 1010 10101011 1110100 1011110 0 100000 100001 10100000 1011001 100011

Color Harmonies of #0AAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB74

Black with #0AAB74

Text Example


Text Example

White with #0AAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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