Html Css Color HEX #0AAB87 Persian Green

📋 copy color: '#0AAB87'

red 10 ◦ green 171 ◦ blue 135

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

Shades of Persian Green #0AAB87

Tints of Persian Green #0AAB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 3.16%
G = 54.11%
B = 42.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#0AAB87 (or 0x0AAB87) is known color: Persian Green. HEX triplet: 0A, AB and 87. RGB value is (10,171,135). Sum of RGB (Red+Green+Blue) = 10+171+135=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB87 is #F55478. Grayscale: #767676. Windows color (decimal): -16077945 or 8891146. OLE color: 8891146.

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

Color convert

RGB 10 171 135 -
CMYK 0.94 0 0.21 0.33
HSL 166.58º 0.89% 0.35% -
HSV(B) 166.58º 0.94% 0.67% -
XYZ 19.06 30.94 27.89 -
YUV 118.76 137.16 50.43 -
System Red Green Blue C M Y K H S L
Decimal 10 171 135 0.94 0 0.21 0.33 166.58 0.89 0.35
Hex A AB 87 5E 0 15 21 A7 59 23
Octal 12 253 207 136 0 25 41 247 131 43
Binary 1010 10101011 10000111 1011110 0 10101 100001 10100111 1011001 100011

Color Harmonies of #0AAB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB87

Black with #0AAB87

Text Example


Text Example

White with #0AAB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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