Html Css Color HEX #2AF99D Medium Spring Green

📋 copy color: '#2AF99D'

red 42 ◦ green 249 ◦ blue 157

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

Shades of Medium Spring Green #2AF99D

Tints of Medium Spring Green #2AF99D

RGB

 RED value IS 42 (16.8% from 255) = 9.38%

 GREEN value IS 249 (97.66% from 255) = 55.58%

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 9.38%
G = 55.58%
B = 35.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#2AF99D (or 0x2AF99D) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 9D. RGB value is (42,249,157). Sum of RGB (Red+Green+Blue) = 42+249+157=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF99D is #D50662. Grayscale: #B0B0B0. Windows color (decimal): -13960803 or 10352938. OLE color: 10352938.

HSL color Cylindrical-coordinate representation of color #2AF99D: hue angle of 153.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF99D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 157 -
CMYK 0.83 0 0.37 0.02
HSL 153.33º 0.95% 0.57% -
HSV(B) 153.33º 0.83% 0.98% -
XYZ 40.92 70.68 43.38 -
YUV 176.62 116.92 31.98 -
System Red Green Blue C M Y K H S L
Decimal 42 249 157 0.83 0 0.37 0.02 153.33 0.95 0.57
Hex 2A F9 9D 53 0 25 2 99 5F 39
Octal 52 371 235 123 0 45 2 231 137 71
Binary 101010 11111001 10011101 1010011 0 100101 10 10011001 1011111 111001

Color Harmonies of #2AF99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF99D

Black with #2AF99D

Text Example


Text Example

White with #2AF99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AF99D; }

 p { color: rgb(42,249,157); }

 H1.HeaderClassName
 {
   color: #2AF99D;
 }
 .AnyTagClassName
 {
   color: #2AF99D;
 }
</style>

background-color css

<style>
 a { background-color: #2AF99D; }

 a { background-color: rgb(42,249,157); }

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

border-color css

<style>
 span { border-color: #2AF99D; }

 span { border-color: rgb(42,249,157); }

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