Html Css Color HEX #0AAB9F Persian Green

📋 copy color: '#0AAB9F'

red 10 ◦ green 171 ◦ blue 159

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

Shades of Persian Green #0AAB9F

Tints of Persian Green #0AAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 2.94%
G = 50.29%
B = 46.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#0AAB9F (or 0x0AAB9F) is known color: Persian Green. HEX triplet: 0A, AB and 9F. RGB value is (10,171,159). Sum of RGB (Red+Green+Blue) = 10+171+159=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB9F is #F55460. Grayscale: #797979. Windows color (decimal): -16077921 or 10464010. OLE color: 10464010.

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

Color convert

RGB 10 171 159 -
CMYK 0.94 0 0.07 0.33
HSL 175.53º 0.89% 0.35% -
HSV(B) 175.53º 0.94% 0.67% -
XYZ 20.95 31.69 37.81 -
YUV 121.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 10 171 159 0.94 0 0.07 0.33 175.53 0.89 0.35
Hex A AB 9F 5E 0 7 21 B0 59 23
Octal 12 253 237 136 0 7 41 260 131 43
Binary 1010 10101011 10011111 1011110 0 111 100001 10110000 1011001 100011

Color Harmonies of #0AAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB9F

Black with #0AAB9F

Text Example


Text Example

White with #0AAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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