Html Css Color HEX #02A099 Persian Green

📋 copy color: '#02A099'

red 2 ◦ green 160 ◦ blue 153

#02A099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02A099

Tints of Persian Green #02A099

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 0.63%
G = 50.79%
B = 48.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#02A099 (or 0x02A099) is known color: Persian Green. HEX triplet: 02, A0 and 99. RGB value is (2,160,153). Sum of RGB (Red+Green+Blue) = 2+160+153=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #02A099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A099 is #FD5F66. Grayscale: #6F6F6F. Windows color (decimal): -16605031 or 10067970. OLE color: 10067970.

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

Color convert

RGB 2 160 153 -
CMYK 0.99 0 0.04 0.37
HSL 177.34º 0.98% 0.32% -
HSV(B) 177.34º 0.99% 0.63% -
XYZ 18.35 27.45 34.47 -
YUV 111.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 2 160 153 0.99 0 0.04 0.37 177.34 0.98 0.32
Hex 2 A0 99 63 0 4 25 B1 62 20
Octal 2 240 231 143 0 4 45 261 142 40
Binary 10 10100000 10011001 1100011 0 100 100101 10110001 1100010 100000

Color Harmonies of #02A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A099

Black with #02A099

Text Example


Text Example

White with #02A099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,160,153); }

 H1.HeaderClassName
 {
   color: #02A099;
 }
 .AnyTagClassName
 {
   color: #02A099;
 }
</style>

background-color css

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

 a { background-color: rgb(2,160,153); }

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

border-color css

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

 span { border-color: rgb(2,160,153); }

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