Html Css Color HEX #02F2AC Medium Spring Green

📋 copy color: '#02F2AC'

red 2 ◦ green 242 ◦ blue 172

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

Shades of Medium Spring Green #02F2AC

Tints of Medium Spring Green #02F2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.17%

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

R = 0.48%
G = 58.17%
B = 41.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#02F2AC (or 0x02F2AC) is known color: Medium Spring Green. HEX triplet: 02, F2 and AC. RGB value is (2,242,172). Sum of RGB (Red+Green+Blue) = 2+242+172=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F2AC is #FD0D53. Grayscale: #A2A2A2. Windows color (decimal): -16584020 or 11334146. OLE color: 11334146.

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

Color convert

RGB 2 242 172 -
CMYK 0.99 0 0.29 0.05
HSL 162.5º 0.98% 0.48% -
HSV(B) 162.5º 0.99% 0.95% -
XYZ 39.22 66.5 49.8 -
YUV 162.26 133.49 13.69 -
System Red Green Blue C M Y K H S L
Decimal 2 242 172 0.99 0 0.29 0.05 162.5 0.98 0.48
Hex 2 F2 AC 63 0 1D 5 A2 62 30
Octal 2 362 254 143 0 35 5 242 142 60
Binary 10 11110010 10101100 1100011 0 11101 101 10100010 1100010 110000

Color Harmonies of #02F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F2AC

Black with #02F2AC

Text Example


Text Example

White with #02F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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