Html Css Color HEX #2AFA8A Spring Green

📋 copy color: '#2AFA8A'

red 42 ◦ green 250 ◦ blue 138

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

Shades of Spring Green #2AFA8A

Tints of Spring Green #2AFA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 9.77%
G = 58.14%
B = 32.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#2AFA8A (or 0x2AFA8A) is known color: Spring Green. HEX triplet: 2A, FA and 8A. RGB value is (42,250,138). Sum of RGB (Red+Green+Blue) = 42+250+138=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFA8A is #D50575. Grayscale: #AFAFAF. Windows color (decimal): -13960566 or 9108010. OLE color: 9108010.

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

Color convert

RGB 42 250 138 -
CMYK 0.83 0 0.45 0.02
HSL 147.69º 0.95% 0.57% -
HSV(B) 147.69º 0.83% 0.98% -
XYZ 39.73 70.7 35.6 -
YUV 175.04 107.09 33.11 -
System Red Green Blue C M Y K H S L
Decimal 42 250 138 0.83 0 0.45 0.02 147.69 0.95 0.57
Hex 2A FA 8A 53 0 2D 2 94 5F 39
Octal 52 372 212 123 0 55 2 224 137 71
Binary 101010 11111010 10001010 1010011 0 101101 10 10010100 1011111 111001

Color Harmonies of #2AFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA8A

Black with #2AFA8A

Text Example


Text Example

White with #2AFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,250,138); }

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

background-color css

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

 a { background-color: rgb(42,250,138); }

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

border-color css

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

 span { border-color: rgb(42,250,138); }

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