Html Css Color HEX #2AF686 Spring Green

📋 copy color: '#2AF686'

red 42 ◦ green 246 ◦ blue 134

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

Shades of Spring Green #2AF686

Tints of Spring Green #2AF686

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.29%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 9.95%
G = 58.29%
B = 31.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#2AF686 (or 0x2AF686) is known color: Spring Green. HEX triplet: 2A, F6 and 86. RGB value is (42,246,134). Sum of RGB (Red+Green+Blue) = 42+246+134=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF686 is #D50979. Grayscale: #ACACAC. Windows color (decimal): -13961594 or 8844842. OLE color: 8844842.

HSL color Cylindrical-coordinate representation of color #2AF686: hue angle of 147.06º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF686 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 246 134 -
CMYK 0.83 0 0.46 0.04
HSL 147.06º 0.92% 0.56% -
HSV(B) 147.06º 0.83% 0.96% -
XYZ 38.21 68.13 33.69 -
YUV 172.24 106.41 35.11 -
System Red Green Blue C M Y K H S L
Decimal 42 246 134 0.83 0 0.46 0.04 147.06 0.92 0.56
Hex 2A F6 86 53 0 2E 4 93 5C 38
Octal 52 366 206 123 0 56 4 223 134 70
Binary 101010 11110110 10000110 1010011 0 101110 100 10010011 1011100 111000

Color Harmonies of #2AF686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF686

Black with #2AF686

Text Example


Text Example

White with #2AF686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,246,134); }

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

background-color css

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

 a { background-color: rgb(42,246,134); }

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

border-color css

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

 span { border-color: rgb(42,246,134); }

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