Html Css Color HEX #02EAA1 Medium Spring Green

📋 copy color: '#02EAA1'

red 2 ◦ green 234 ◦ blue 161

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

Shades of Medium Spring Green #02EAA1

Tints of Medium Spring Green #02EAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.94%

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 0.5%
G = 58.94%
B = 40.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#02EAA1 (or 0x02EAA1) is known color: Medium Spring Green. HEX triplet: 02, EA and A1. RGB value is (2,234,161). Sum of RGB (Red+Green+Blue) = 2+234+161=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #02EAA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EAA1 is #FD155E. Grayscale: #9C9C9C. Windows color (decimal): -16586079 or 10611202. OLE color: 10611202.

HSL color Cylindrical-coordinate representation of color #02EAA1: hue angle of 161.12º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EAA1 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 234 161 -
CMYK 0.99 0 0.31 0.08
HSL 161.12º 0.98% 0.46% -
HSV(B) 161.12º 0.99% 0.92% -
XYZ 35.88 61.43 43.68 -
YUV 156.31 130.64 17.94 -
System Red Green Blue C M Y K H S L
Decimal 2 234 161 0.99 0 0.31 0.08 161.12 0.98 0.46
Hex 2 EA A1 63 0 1F 8 A1 62 2E
Octal 2 352 241 143 0 37 10 241 142 56
Binary 10 11101010 10100001 1100011 0 11111 1000 10100001 1100010 101110

Color Harmonies of #02EAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EAA1

Black with #02EAA1

Text Example


Text Example

White with #02EAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,234,161); }

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

background-color css

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

 a { background-color: rgb(2,234,161); }

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

border-color css

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

 span { border-color: rgb(2,234,161); }

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