Html Css Color HEX #2AF98A Spring Green

📋 copy color: '#2AF98A'

red 42 ◦ green 249 ◦ blue 138

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

Shades of Spring Green #2AF98A

Tints of Spring Green #2AF98A

RGB

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

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

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

R = 9.79%
G = 58.04%
B = 32.17%

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

#2AF98A (or 0x2AF98A) is known color: Spring Green. HEX triplet: 2A, F9 and 8A. RGB value is (42,249,138). Sum of RGB (Red+Green+Blue) = 42+249+138=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF98A is #D50675. Grayscale: #AEAEAE. Windows color (decimal): -13960822 or 9107754. OLE color: 9107754.

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

Color convert

RGB 42 249 138 -
CMYK 0.83 0 0.45 0.02
HSL 147.83º 0.95% 0.57% -
HSV(B) 147.83º 0.83% 0.98% -
XYZ 39.42 70.08 35.49 -
YUV 174.45 107.42 33.53 -
System Red Green Blue C M Y K H S L
Decimal 42 249 138 0.83 0 0.45 0.02 147.83 0.95 0.57
Hex 2A F9 8A 53 0 2D 2 94 5F 39
Octal 52 371 212 123 0 55 2 224 137 71
Binary 101010 11111001 10001010 1010011 0 101101 10 10010100 1011111 111001

Color Harmonies of #2AF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF98A

Black with #2AF98A

Text Example


Text Example

White with #2AF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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