#00A386

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

Shades of Persian Green #00A386

Tints of Persian Green #00A386

Color information

#00A386 (or 0x00A386) is unknown color: approx Persian Green. HEX triplet: 00, A3 and 86. RGB value is (0,163,134). Sum of RGB (Red+Green+Blue) = 0+163+134=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #00A386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A386 is #FF5C79. Grayscale: #6E6E6E. Windows color (decimal): -16735354 or 8823552. OLE color: 8823552.

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

Color convert

RGB0163134-
CMYK100.180.36
HSL169.33º100%31.96%-
HSV(B)169.33º100%63.92%-
XYZ17.427.9227.03-
YUV110.9614148.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=0%
G=54.88%
B=45.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal0163134100.180.36169.3310031.96
Hex0A3866401224a96420
Octal02432061440224425114440
Binary010100011100001101100100010010100100101010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,163,134); }

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

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

 a { background-color: rgb(0,163,134); }

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

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

 span { border-color: rgb(0,163,134); }

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