#00AD95

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

Shades of Persian Green #00AD95

Tints of Persian Green #00AD95

Color information

#00AD95 (or 0x00AD95) is unknown color: approx Persian Green. HEX triplet: 00, AD and 95. RGB value is (0,173,149). Sum of RGB (Red+Green+Blue) = 0+173+149=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AD95 is #FF526A. Grayscale: #767676. Windows color (decimal): -16732779 or 9809152. OLE color: 9809152.

HSL color Cylindrical-coordinate representation of color #00AD95: hue angle of 171.68º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD95 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB0173149-
CMYK100.140.32
HSL171.68º100%33.92%-
HSV(B)171.68º100%67.84%-
XYZ20.3732.0633.55-
YUV118.54145.1943.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 173 (67.97% from 255) = 53.73%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=0%
G=53.73%
B=46.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal0173149100.140.32171.6810033.92
Hex0AD95640E20ac6422
Octal02552251440164025414442
Binary01010110110010101110010001110100000101011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AD95; }

 p { color: rgb(0,173,149); }

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

<style>
 a { background-color: #00AD95; }

 a { background-color: rgb(0,173,149); }

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

<style>
 span { border-color: #00AD95; }

 span { border-color: rgb(0,173,149); }

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