Html Css Color HEX #1CFCA0 Medium Spring Green

📋 copy color: '#1CFCA0'

red 28 ◦ green 252 ◦ blue 160

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

Shades of Medium Spring Green #1CFCA0

Tints of Medium Spring Green #1CFCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.27%

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 6.36%
G = 57.27%
B = 36.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#1CFCA0 (or 0x1CFCA0) is known color: Medium Spring Green. HEX triplet: 1C, FC and A0. RGB value is (28,252,160). Sum of RGB (Red+Green+Blue) = 28+252+160=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFCA0 is #E3035F. Grayscale: #AEAEAE. Windows color (decimal): -14877536 or 10550300. OLE color: 10550300.

HSL color Cylindrical-coordinate representation of color #1CFCA0: hue angle of 155.36º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFCA0 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 252 160 -
CMYK 0.89 0 0.37 0.01
HSL 155.36º 0.97% 0.55% -
HSV(B) 155.36º 0.89% 0.99% -
XYZ 41.63 72.41 45.04 -
YUV 174.54 119.79 23.48 -
System Red Green Blue C M Y K H S L
Decimal 28 252 160 0.89 0 0.37 0.01 155.36 0.97 0.55
Hex 1C FC A0 59 0 25 1 9B 61 37
Octal 34 374 240 131 0 45 1 233 141 67
Binary 11100 11111100 10100000 1011001 0 100101 1 10011011 1100001 110111

Color Harmonies of #1CFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFCA0

Black with #1CFCA0

Text Example


Text Example

White with #1CFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,252,160); }

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

background-color css

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

 a { background-color: rgb(28,252,160); }

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

border-color css

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

 span { border-color: rgb(28,252,160); }

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