#00A695

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

Shades of Persian Green #00A695

Tints of Persian Green #00A695

Color information

#00A695 (or 0x00A695) is unknown color: approx Persian Green. HEX triplet: 00, A6 and 95. RGB value is (0,166,149). Sum of RGB (Red+Green+Blue) = 0+166+149=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #00A695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A695 is #FF596A. Grayscale: #727272. Windows color (decimal): -16734571 or 9807360. OLE color: 9807360.

HSL color Cylindrical-coordinate representation of color #00A695: hue angle of 173.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A695 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB0166149-
CMYK100.100.35
HSL173.86º100%32.55%-
HSV(B)173.86º100%65.1%-
XYZ19.0629.4433.11-
YUV114.43147.546.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 166 (65.23% from 255) = 52.70%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=0%
G=52.70%
B=47.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal0166149100.100.35173.8610032.55
Hex0A695640A23ae6421
Octal02462251440124325614441
Binary01010011010010101110010001010100011101011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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