Html Css Color HEX #1CF880 Spring Green

📋 copy color: '#1CF880'

red 28 ◦ green 248 ◦ blue 128

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

Shades of Spring Green #1CF880

Tints of Spring Green #1CF880

RGB

 RED value IS 28 (11.33% from 255) = 6.93%

 GREEN value IS 248 (97.27% from 255) = 61.39%

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 6.93%
G = 61.39%
B = 31.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#1CF880 (or 0x1CF880) is known color: Spring Green. HEX triplet: 1C, F8 and 80. RGB value is (28,248,128). Sum of RGB (Red+Green+Blue) = 28+248+128=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 248 (97.27% from 255 or 61.39% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF880 is #E3077F. Grayscale: #A8A8A8. Windows color (decimal): -14878592 or 8452124. OLE color: 8452124.

HSL color Cylindrical-coordinate representation of color #1CF880: hue angle of 147.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF880 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 248 128 -
CMYK 0.89 0 0.48 0.03
HSL 147.27º 0.94% 0.54% -
HSV(B) 147.27º 0.89% 0.97% -
XYZ 37.94 68.94 31.73 -
YUV 168.54 105.11 27.76 -
System Red Green Blue C M Y K H S L
Decimal 28 248 128 0.89 0 0.48 0.03 147.27 0.94 0.54
Hex 1C F8 80 59 0 30 3 93 5E 36
Octal 34 370 200 131 0 60 3 223 136 66
Binary 11100 11111000 10000000 1011001 0 110000 11 10010011 1011110 110110

Color Harmonies of #1CF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF880

Black with #1CF880

Text Example


Text Example

White with #1CF880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,248,128); }

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

background-color css

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

 a { background-color: rgb(28,248,128); }

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

border-color css

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

 span { border-color: rgb(28,248,128); }

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