Html Css Color HEX #1CF97C Spring Green

📋 copy color: '#1CF97C'

red 28 ◦ green 249 ◦ blue 124

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

Shades of Spring Green #1CF97C

Tints of Spring Green #1CF97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.09%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 6.98%
G = 62.09%
B = 30.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#1CF97C (or 0x1CF97C) is known color: Spring Green. HEX triplet: 1C, F9 and 7C. RGB value is (28,249,124). Sum of RGB (Red+Green+Blue) = 28+249+124=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF97C is #E30683. Grayscale: #A8A8A8. Windows color (decimal): -14878340 or 8190236. OLE color: 8190236.

HSL color Cylindrical-coordinate representation of color #1CF97C: hue angle of 146.06º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF97C is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 249 124 -
CMYK 0.89 0 0.50 0.02
HSL 146.06º 0.95% 0.54% -
HSV(B) 146.06º 0.89% 0.98% -
XYZ 37.99 69.45 30.47 -
YUV 168.67 102.78 27.66 -
System Red Green Blue C M Y K H S L
Decimal 28 249 124 0.89 0 0.50 0.02 146.06 0.95 0.54
Hex 1C F9 7C 59 0 32 2 92 5F 36
Octal 34 371 174 131 0 62 2 222 137 66
Binary 11100 11111001 1111100 1011001 0 110010 10 10010010 1011111 110110

Color Harmonies of #1CF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF97C

Black with #1CF97C

Text Example


Text Example

White with #1CF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,249,124); }

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

background-color css

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

 a { background-color: rgb(28,249,124); }

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

border-color css

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

 span { border-color: rgb(28,249,124); }

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