#02A39C

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

Shades of Persian Green #02A39C

Tints of Persian Green #02A39C

Color information

#02A39C (or 0x02A39C) is unknown color: approx Persian Green. HEX triplet: 02, A3 and 9C. RGB value is (2,163,156). Sum of RGB (Red+Green+Blue) = 2+163+156=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #02A39C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A39C is #FD5C63. Grayscale: #717171. Windows color (decimal): -16604260 or 10265346. OLE color: 10265346.

HSL color Cylindrical-coordinate representation of color #02A39C: hue angle of 177.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A39C is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB2163156-
CMYK0.9900.040.36
HSL177.39º97.58%32.35%-
HSV(B)177.39º98.77%63.92%-
XYZ19.1228.6135.97-
YUV114.06151.6648.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 163 (64.06% from 255) = 50.78%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=0.62%
G=50.78%
B=48.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21631560.9900.040.36177.3997.5832.35
Hex2A39C630424b16220
Octal2243234143044426114240
Binary10101000111001110011000110100100100101100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,163,156); }

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

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

 a { background-color: rgb(2,163,156); }

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

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

 span { border-color: rgb(2,163,156); }

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