Html Css Color HEX #02AB95 Persian Green

📋 copy color: '#02AB95'

red 2 ◦ green 171 ◦ blue 149

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

Shades of Persian Green #02AB95

Tints of Persian Green #02AB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 0.62%
G = 53.11%
B = 46.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#02AB95 (or 0x02AB95) is known color: Persian Green. HEX triplet: 02, AB and 95. RGB value is (2,171,149). Sum of RGB (Red+Green+Blue) = 2+171+149=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AB95 is #FD546A. Grayscale: #757575. Windows color (decimal): -16602219 or 9808642. OLE color: 9808642.

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

Color convert

RGB 2 171 149 -
CMYK 0.99 0 0.13 0.33
HSL 172.19º 0.98% 0.34% -
HSV(B) 172.19º 0.99% 0.67% -
XYZ 20.01 31.31 33.42 -
YUV 117.96 145.51 45.29 -
System Red Green Blue C M Y K H S L
Decimal 2 171 149 0.99 0 0.13 0.33 172.19 0.98 0.34
Hex 2 AB 95 63 0 D 21 AC 62 22
Octal 2 253 225 143 0 15 41 254 142 42
Binary 10 10101011 10010101 1100011 0 1101 100001 10101100 1100010 100010

Color Harmonies of #02AB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB95

Black with #02AB95

Text Example


Text Example

White with #02AB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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