Html Css Color HEX #02A084 Persian Green

📋 copy color: '#02A084'

red 2 ◦ green 160 ◦ blue 132

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

Shades of Persian Green #02A084

Tints of Persian Green #02A084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 0.68%
G = 54.42%
B = 44.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#02A084 (or 0x02A084) is known color: Persian Green. HEX triplet: 02, A0 and 84. RGB value is (2,160,132). Sum of RGB (Red+Green+Blue) = 2+160+132=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #02A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A084 is #FD5F7B. Grayscale: #6D6D6D. Windows color (decimal): -16605052 or 8691714. OLE color: 8691714.

HSL color Cylindrical-coordinate representation of color #02A084: hue angle of 169.37º 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 #02A084 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 160 132 -
CMYK 0.99 0 0.17 0.37
HSL 169.37º 0.98% 0.32% -
HSV(B) 169.37º 0.99% 0.63% -
XYZ 16.76 26.82 26.12 -
YUV 109.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 2 160 132 0.99 0 0.17 0.37 169.37 0.98 0.32
Hex 2 A0 84 63 0 11 25 A9 62 20
Octal 2 240 204 143 0 21 45 251 142 40
Binary 10 10100000 10000100 1100011 0 10001 100101 10101001 1100010 100000

Color Harmonies of #02A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A084

Black with #02A084

Text Example


Text Example

White with #02A084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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