#08AD90

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

Shades of Persian Green #08AD90

Tints of Persian Green #08AD90

Color information

#08AD90 (or 0x08AD90) is unknown color: approx Persian Green. HEX triplet: 08, AD and 90. RGB value is (8,173,144). Sum of RGB (Red+Green+Blue) = 8+173+144=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AD90 is #F7526F. Grayscale: #787878. Windows color (decimal): -16208496 or 9481480. OLE color: 9481480.

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

Color convert

RGB8173144-
CMYK0.9500.170.32
HSL169.45º91.16%35.49%-
HSV(B)169.45º95.38%67.84%-
XYZ20.0831.9531.49-
YUV120.36141.3447.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 173 (67.97% from 255) = 53.23%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=2.46%
G=53.23%
B=44.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731440.9500.170.32169.4591.1635.49
Hex8AD905F01120a95b23
Octal102552201370214025113343
Binary100010101101100100001011111010001100000101010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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