#0AB8A0

Color #0AB8A0 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0AB8A0

Tints of Persian Green #0AB8A0

Color information

#0AB8A0 (or 0x0AB8A0) is unknown color: approx Persian Green. HEX triplet: 0A, B8 and A0. RGB value is (10,184,160). Sum of RGB (Red+Green+Blue) = 10+184+160=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB8A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB8A0 is #F5475F. Grayscale: #818181. Windows color (decimal): -16074592 or 10532874. OLE color: 10532874.

HSL color Cylindrical-coordinate representation of color #0AB8A0: hue angle of 171.72º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB8A0 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB10184160-
CMYK0.9500.130.28
HSL171.72º89.69%38.04%-
HSV(B)171.72º94.57%72.16%-
XYZ23.6136.8839.13-
YUV129.24145.3542.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 184 (72.27% from 255) = 51.98%
BLUE value IS 160 (62.89% from 255) = 45.20%
R=2.82%
G=51.98%
B=45.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101841600.9500.130.28171.7289.6938.04
HexAB8A05F0D1Cac5a26
Octal122702401370153425413246
Binary1010101110001010000010111110110111100101011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,184,160); }

 H1.HeaderClassName
 {
   color: #0AB8A0;
 }
 .AnyTagClassName
 {
   color: #0AB8A0;
 }
</style>
background-color css

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

 a { background-color: rgb(10,184,160); }

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

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

 span { border-color: rgb(10,184,160); }

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