#02A98D

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

Shades of Persian Green #02A98D

Tints of Persian Green #02A98D

Color information

#02A98D (or 0x02A98D) is unknown color: approx Persian Green. HEX triplet: 02, A9 and 8D. RGB value is (2,169,141). Sum of RGB (Red+Green+Blue) = 2+169+141=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #02A98D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A98D is #FD5672. Grayscale: #737373. Windows color (decimal): -16602739 or 9283842. OLE color: 9283842.

HSL color Cylindrical-coordinate representation of color #02A98D: hue angle of 169.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A98D is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB2169141-
CMYK0.9900.170.34
HSL169.94º97.66%33.53%-
HSV(B)169.94º98.82%66.27%-
XYZ19.0230.3130.05-
YUV115.87142.1746.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=0.64%
G=54.17%
B=45.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21691410.9900.170.34169.9497.6633.53
Hex2A98D6301122aa6222
Octal22512151430214225214242
Binary1010101001100011011100011010001100010101010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A98D; }

 p { color: rgb(2,169,141); }

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

<style>
 a { background-color: #02A98D; }

 a { background-color: rgb(2,169,141); }

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

<style>
 span { border-color: #02A98D; }

 span { border-color: rgb(2,169,141); }

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