Html Css Color HEX #02F5AC Medium Spring Green

📋 copy color: '#02F5AC'

red 2 ◦ green 245 ◦ blue 172

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

Shades of Medium Spring Green #02F5AC

Tints of Medium Spring Green #02F5AC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.47%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 0.48%
G = 58.47%
B = 41.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#02F5AC (or 0x02F5AC) is known color: Medium Spring Green. HEX triplet: 02, F5 and AC. RGB value is (2,245,172). Sum of RGB (Red+Green+Blue) = 2+245+172=419 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 419); Green value is 245 (96.09% from 255 or 58.47% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 245 - color contains mainly: green. Hex color #02F5AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F5AC is #FD0A53. Grayscale: #A4A4A4. Windows color (decimal): -16583252 or 11334914. OLE color: 11334914.

HSL color Cylindrical-coordinate representation of color #02F5AC: hue angle of 161.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F5AC is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 245 172 -
CMYK 0.99 0 0.30 0.04
HSL 161.98º 0.98% 0.48% -
HSV(B) 161.98º 0.99% 0.96% -
XYZ 40.12 68.3 50.1 -
YUV 164.02 132.49 12.44 -
System Red Green Blue C M Y K H S L
Decimal 2 245 172 0.99 0 0.30 0.04 161.98 0.98 0.48
Hex 2 F5 AC 63 0 1E 4 A2 62 30
Octal 2 365 254 143 0 36 4 242 142 60
Binary 10 11110101 10101100 1100011 0 11110 100 10100010 1100010 110000

Color Harmonies of #02F5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F5AC

Black with #02F5AC

Text Example


Text Example

White with #02F5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,245,172); }

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

background-color css

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

 a { background-color: rgb(2,245,172); }

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

border-color css

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

 span { border-color: rgb(2,245,172); }

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