Html Css Color HEX #02ABA0 Persian Green

📋 copy color: '#02ABA0'

red 2 ◦ green 171 ◦ blue 160

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

Shades of Persian Green #02ABA0

Tints of Persian Green #02ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

 BLUE value IS 160 (62.89% from 255) = 48.05%

R = 0.6%
G = 51.35%
B = 48.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#02ABA0 (or 0x02ABA0) is known color: Persian Green. HEX triplet: 02, AB and A0. RGB value is (2,171,160). Sum of RGB (Red+Green+Blue) = 2+171+160=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #02ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ABA0 is #FD545F. Grayscale: #777777. Windows color (decimal): -16602208 or 10529538. OLE color: 10529538.

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

Color convert

RGB 2 171 160 -
CMYK 0.99 0 0.06 0.33
HSL 176.09º 0.98% 0.34% -
HSV(B) 176.09º 0.99% 0.67% -
XYZ 20.93 31.68 38.27 -
YUV 119.22 151.01 44.39 -
System Red Green Blue C M Y K H S L
Decimal 2 171 160 0.99 0 0.06 0.33 176.09 0.98 0.34
Hex 2 AB A0 63 0 6 21 B0 62 22
Octal 2 253 240 143 0 6 41 260 142 42
Binary 10 10101011 10100000 1100011 0 110 100001 10110000 1100010 100010

Color Harmonies of #02ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABA0

Black with #02ABA0

Text Example


Text Example

White with #02ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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