#00A285

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

Shades of Persian Green #00A285

Tints of Persian Green #00A285

Color information

#00A285 (or 0x00A285) is unknown color: approx Persian Green. HEX triplet: 00, A2 and 85. RGB value is (0,162,133). Sum of RGB (Red+Green+Blue) = 0+162+133=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #00A285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A285 is #FF5D7A. Grayscale: #6E6E6E. Windows color (decimal): -16735611 or 8757760. OLE color: 8757760.

HSL color Cylindrical-coordinate representation of color #00A285: hue angle of 169.26º 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 #00A285 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB0162133-
CMYK100.180.36
HSL169.26º100%31.76%-
HSV(B)169.26º100%63.53%-
XYZ17.1527.5326.6-
YUV110.26140.8349.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=0%
G=54.92%
B=45.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal0162133100.180.36169.2610031.76
Hex0A2856401224a96420
Octal02422051440224425114440
Binary010100010100001011100100010010100100101010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,162,133); }

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

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

 a { background-color: rgb(0,162,133); }

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

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

 span { border-color: rgb(0,162,133); }

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