Html Css Color HEX #1DFCA0 Medium Spring Green

📋 copy color: '#1DFCA0'

red 29 ◦ green 252 ◦ blue 160

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

Shades of Medium Spring Green #1DFCA0

Tints of Medium Spring Green #1DFCA0

RGB

 RED value IS 29 (11.72% from 255) = 6.58%

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

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

R = 6.58%
G = 57.14%
B = 36.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#1DFCA0 (or 0x1DFCA0) is known color: Medium Spring Green. HEX triplet: 1D, FC and A0. RGB value is (29,252,160). Sum of RGB (Red+Green+Blue) = 29+252+160=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFCA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DFCA0 is #E2035F. Grayscale: #AEAEAE. Windows color (decimal): -14812000 or 10550301. OLE color: 10550301.

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

Color convert

RGB 29 252 160 -
CMYK 0.88 0 0.37 0.01
HSL 155.25º 0.97% 0.55% -
HSV(B) 155.25º 0.88% 0.99% -
XYZ 41.66 72.42 45.04 -
YUV 174.84 119.62 23.98 -
System Red Green Blue C M Y K H S L
Decimal 29 252 160 0.88 0 0.37 0.01 155.25 0.97 0.55
Hex 1D FC A0 58 0 25 1 9B 61 37
Octal 35 374 240 130 0 45 1 233 141 67
Binary 11101 11111100 10100000 1011000 0 100101 1 10011011 1100001 110111

Color Harmonies of #1DFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFCA0

Black with #1DFCA0

Text Example


Text Example

White with #1DFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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