#0ab291

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

Shades of Persian Green #0AB291

Tints of Persian Green #0AB291

Color information

#0AB291 (or 0x0AB291) is unknown color: approx Persian Green. HEX triplet: 0A, B2 and 91. RGB value is (10,178,145). Sum of RGB (Red+Green+Blue) = 10+178+145=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB291 is #F54D6E. Grayscale: #7B7B7B. Windows color (decimal): -16076143 or 9548298. OLE color: 9548298.

HSL color Cylindrical-coordinate representation of color #0AB291: hue angle of 168.21º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB291 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB10178145-
CMYK0.9400.190.30
HSL168.21º89.36%36.86%-
HSV(B)168.21º94.38%69.8%-
XYZ21.1633.9532.23-
YUV124.01139.8446.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.00%
GREEN value IS 178 (69.92% from 255) = 53.45%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=3.00%
G=53.45%
B=43.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101781450.9400.190.30168.2189.3636.86
HexAB2915E0131Ea85925
Octal122622211360233625013145
Binary10101011001010010001101111001001111110101010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ab291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,178,145); }

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

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

 a { background-color: rgb(10,178,145); }

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

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

 span { border-color: rgb(10,178,145); }

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