Html Css Color HEX #02FAAE Medium Spring Green

📋 copy color: '#02FAAE'

red 2 ◦ green 250 ◦ blue 174

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

Shades of Medium Spring Green #02FAAE

Tints of Medium Spring Green #02FAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.69%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 0.47%
G = 58.69%
B = 40.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#02FAAE (or 0x02FAAE) is known color: Medium Spring Green. HEX triplet: 02, FA and AE. RGB value is (2,250,174). Sum of RGB (Red+Green+Blue) = 2+250+174=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #02FAAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FAAE is #FD0551. Grayscale: #A7A7A7. Windows color (decimal): -16581970 or 11467266. OLE color: 11467266.

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

Color convert

RGB 2 250 174 -
CMYK 0.99 0 0.30 0.02
HSL 161.61º 0.98% 0.49% -
HSV(B) 161.61º 0.99% 0.98% -
XYZ 41.85 71.44 51.63 -
YUV 167.18 131.84 10.18 -
System Red Green Blue C M Y K H S L
Decimal 2 250 174 0.99 0 0.30 0.02 161.61 0.98 0.49
Hex 2 FA AE 63 0 1E 2 A2 62 31
Octal 2 372 256 143 0 36 2 242 142 61
Binary 10 11111010 10101110 1100011 0 11110 10 10100010 1100010 110001

Color Harmonies of #02FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FAAE

Black with #02FAAE

Text Example


Text Example

White with #02FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,250,174); }

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

background-color css

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

 a { background-color: rgb(2,250,174); }

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

border-color css

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

 span { border-color: rgb(2,250,174); }

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