Html Css Color HEX #1AFE8C Spring Green

📋 copy color: '#1AFE8C'

red 26 ◦ green 254 ◦ blue 140

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

Shades of Spring Green #1AFE8C

Tints of Spring Green #1AFE8C

RGB

 RED value IS 26 (10.55% from 255) = 6.19%

 GREEN value IS 254 (99.61% from 255) = 60.48%

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 6.19%
G = 60.48%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#1AFE8C (or 0x1AFE8C) is known color: Spring Green. HEX triplet: 1A, FE and 8C. RGB value is (26,254,140). Sum of RGB (Red+Green+Blue) = 26+254+140=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFE8C is #E50173. Grayscale: #ADADAD. Windows color (decimal): -15008116 or 9240090. OLE color: 9240090.

HSL color Cylindrical-coordinate representation of color #1AFE8C: hue angle of 150º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE8C is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 254 140 -
CMYK 0.90 0 0.45 0.00
HSL 150º 0.99% 0.55% -
HSV(B) 150º 0.9% 1% -
XYZ 40.6 73 36.76 -
YUV 172.83 109.46 23.27 -
System Red Green Blue C M Y K H S L
Decimal 26 254 140 0.90 0 0.45 0.00 150 0.99 0.55
Hex 1A FE 8C 5A 0 2D 0 96 63 37
Octal 32 376 214 132 0 55 0 226 143 67
Binary 11010 11111110 10001100 1011010 0 101101 0 10010110 1100011 110111

Color Harmonies of #1AFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFE8C

Black with #1AFE8C

Text Example


Text Example

White with #1AFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AFE8C; }

 p { color: rgb(26,254,140); }

 H1.HeaderClassName
 {
   color: #1AFE8C;
 }
 .AnyTagClassName
 {
   color: #1AFE8C;
 }
</style>

background-color css

<style>
 a { background-color: #1AFE8C; }

 a { background-color: rgb(26,254,140); }

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

border-color css

<style>
 span { border-color: #1AFE8C; }

 span { border-color: rgb(26,254,140); }

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