Html Css Color HEX #02A098 Persian Green

📋 copy color: '#02A098'

red 2 ◦ green 160 ◦ blue 152

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

Shades of Persian Green #02A098

Tints of Persian Green #02A098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 0.64%
G = 50.96%
B = 48.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#02A098 (or 0x02A098) is known color: Persian Green. HEX triplet: 02, A0 and 98. RGB value is (2,160,152). Sum of RGB (Red+Green+Blue) = 2+160+152=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #02A098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A098 is #FD5F67. Grayscale: #6F6F6F. Windows color (decimal): -16605032 or 10002434. OLE color: 10002434.

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

Color convert

RGB 2 160 152 -
CMYK 0.99 0 0.05 0.37
HSL 176.96º 0.98% 0.32% -
HSV(B) 176.96º 0.99% 0.63% -
XYZ 18.26 27.42 34.04 -
YUV 111.85 150.65 49.65 -
System Red Green Blue C M Y K H S L
Decimal 2 160 152 0.99 0 0.05 0.37 176.96 0.98 0.32
Hex 2 A0 98 63 0 5 25 B1 62 20
Octal 2 240 230 143 0 5 45 261 142 40
Binary 10 10100000 10011000 1100011 0 101 100101 10110001 1100010 100000

Color Harmonies of #02A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A098

Black with #02A098

Text Example


Text Example

White with #02A098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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