Html Css Color HEX #0AAB63 Jade

📋 copy color: '#0AAB63'

red 10 ◦ green 171 ◦ blue 99

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

Shades of Jade #0AAB63

Tints of Jade #0AAB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 3.57%
G = 61.07%
B = 35.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#0AAB63 (or 0x0AAB63) is known color: Jade. HEX triplet: 0A, AB and 63. RGB value is (10,171,99). Sum of RGB (Red+Green+Blue) = 10+171+99=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB63 is #F5549C. Grayscale: #727272. Windows color (decimal): -16077981 or 6531850. OLE color: 6531850.

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

Color convert

RGB 10 171 99 -
CMYK 0.94 0 0.42 0.33
HSL 153.17º 0.89% 0.35% -
HSV(B) 153.17º 0.94% 0.67% -
XYZ 16.94 30.09 16.72 -
YUV 114.65 119.16 53.35 -
System Red Green Blue C M Y K H S L
Decimal 10 171 99 0.94 0 0.42 0.33 153.17 0.89 0.35
Hex A AB 63 5E 0 2A 21 99 59 23
Octal 12 253 143 136 0 52 41 231 131 43
Binary 1010 10101011 1100011 1011110 0 101010 100001 10011001 1011001 100011

Color Harmonies of #0AAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB63

Black with #0AAB63

Text Example


Text Example

White with #0AAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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