Html Css Color HEX #02EA9A Medium Spring Green

📋 copy color: '#02EA9A'

red 2 ◦ green 234 ◦ blue 154

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

Shades of Medium Spring Green #02EA9A

Tints of Medium Spring Green #02EA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 0.51%
G = 60%
B = 39.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#02EA9A (or 0x02EA9A) is known color: Medium Spring Green. HEX triplet: 02, EA and 9A. RGB value is (2,234,154). Sum of RGB (Red+Green+Blue) = 2+234+154=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 234 (91.80% from 255 or 60% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EA9A is #FD1565. Grayscale: #9B9B9B. Windows color (decimal): -16586086 or 10152450. OLE color: 10152450.

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

Color convert

RGB 2 234 154 -
CMYK 0.99 0 0.34 0.08
HSL 159.31º 0.98% 0.46% -
HSV(B) 159.31º 0.99% 0.92% -
XYZ 35.28 61.19 40.52 -
YUV 155.51 127.14 18.5 -
System Red Green Blue C M Y K H S L
Decimal 2 234 154 0.99 0 0.34 0.08 159.31 0.98 0.46
Hex 2 EA 9A 63 0 22 8 9F 62 2E
Octal 2 352 232 143 0 42 10 237 142 56
Binary 10 11101010 10011010 1100011 0 100010 1000 10011111 1100010 101110

Color Harmonies of #02EA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA9A

Black with #02EA9A

Text Example


Text Example

White with #02EA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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