#08A590

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

Shades of Persian Green #08A590

Tints of Persian Green #08A590

Color information

#08A590 (or 0x08A590) is unknown color: approx Persian Green. HEX triplet: 08, A5 and 90. RGB value is (8,165,144). Sum of RGB (Red+Green+Blue) = 8+165+144=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #08A590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A590 is #F75A6F. Grayscale: #737373. Windows color (decimal): -16210544 or 9479432. OLE color: 9479432.

HSL color Cylindrical-coordinate representation of color #08A590: hue angle of 171.97º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A590 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB8165144-
CMYK0.9500.130.35
HSL171.97º90.75%33.92%-
HSV(B)171.97º95.15%64.71%-
XYZ18.5928.9831-
YUV115.66143.9951.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.52%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=2.52%
G=52.05%
B=45.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81651440.9500.130.35171.9790.7533.92
Hex8A5905F0D23ac5b22
Octal102452201370154325413342
Binary10001010010110010000101111101101100011101011001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A590; }

 p { color: rgb(8,165,144); }

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

<style>
 a { background-color: #08A590; }

 a { background-color: rgb(8,165,144); }

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

<style>
 span { border-color: #08A590; }

 span { border-color: rgb(8,165,144); }

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