Html Css Color HEX #2AF9B0 Medium Spring Green

📋 copy color: '#2AF9B0'

red 42 ◦ green 249 ◦ blue 176

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

Shades of Medium Spring Green #2AF9B0

Tints of Medium Spring Green #2AF9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 8.99%
G = 53.32%
B = 37.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#2AF9B0 (or 0x2AF9B0) is known color: Medium Spring Green. HEX triplet: 2A, F9 and B0. RGB value is (42,249,176). Sum of RGB (Red+Green+Blue) = 42+249+176=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF9B0 is #D5064F. Grayscale: #B2B2B2. Windows color (decimal): -13960784 or 11598122. OLE color: 11598122.

HSL color Cylindrical-coordinate representation of color #2AF9B0: hue angle of 158.84º 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 #2AF9B0 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 176 -
CMYK 0.83 0 0.29 0.02
HSL 158.84º 0.95% 0.57% -
HSV(B) 158.84º 0.83% 0.98% -
XYZ 42.67 71.38 52.6 -
YUV 178.79 126.42 30.44 -
System Red Green Blue C M Y K H S L
Decimal 42 249 176 0.83 0 0.29 0.02 158.84 0.95 0.57
Hex 2A F9 B0 53 0 1D 2 9F 5F 39
Octal 52 371 260 123 0 35 2 237 137 71
Binary 101010 11111001 10110000 1010011 0 11101 10 10011111 1011111 111001

Color Harmonies of #2AF9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF9B0

Black with #2AF9B0

Text Example


Text Example

White with #2AF9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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