Html Css Color HEX #02A085 Persian Green

📋 copy color: '#02A085'

red 2 ◦ green 160 ◦ blue 133

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

Shades of Persian Green #02A085

Tints of Persian Green #02A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 0.68%
G = 54.24%
B = 45.08%

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

#02A085 (or 0x02A085) is known color: Persian Green. HEX triplet: 02, A0 and 85. RGB value is (2,160,133). Sum of RGB (Red+Green+Blue) = 2+160+133=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #02A085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A085 is #FD5F7A. Grayscale: #6D6D6D. Windows color (decimal): -16605051 or 8757250. OLE color: 8757250.

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

Color convert

RGB 2 160 133 -
CMYK 0.99 0 0.17 0.37
HSL 169.75º 0.98% 0.32% -
HSV(B) 169.75º 0.99% 0.63% -
XYZ 16.83 26.85 26.49 -
YUV 109.68 141.15 51.2 -
System Red Green Blue C M Y K H S L
Decimal 2 160 133 0.99 0 0.17 0.37 169.75 0.98 0.32
Hex 2 A0 85 63 0 11 25 AA 62 20
Octal 2 240 205 143 0 21 45 252 142 40
Binary 10 10100000 10000101 1100011 0 10001 100101 10101010 1100010 100000

Color Harmonies of #02A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A085

Black with #02A085

Text Example


Text Example

White with #02A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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