Html Css Color HEX #1CF96E Spring Green

📋 copy color: '#1CF96E'

red 28 ◦ green 249 ◦ blue 110

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

Shades of Spring Green #1CF96E

Tints of Spring Green #1CF96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 7.24%
G = 64.34%
B = 28.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#1CF96E (or 0x1CF96E) is known color: Spring Green. HEX triplet: 1C, F9 and 6E. RGB value is (28,249,110). Sum of RGB (Red+Green+Blue) = 28+249+110=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF96E is #E30691. Grayscale: #A7A7A7. Windows color (decimal): -14878354 or 7272732. OLE color: 7272732.

HSL color Cylindrical-coordinate representation of color #1CF96E: hue angle of 142.26º 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 #1CF96E is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 249 110 -
CMYK 0.89 0 0.56 0.02
HSL 142.26º 0.95% 0.54% -
HSV(B) 142.26º 0.89% 0.98% -
XYZ 37.17 69.12 26.14 -
YUV 167.08 95.78 28.8 -
System Red Green Blue C M Y K H S L
Decimal 28 249 110 0.89 0 0.56 0.02 142.26 0.95 0.54
Hex 1C F9 6E 59 0 38 2 8E 5F 36
Octal 34 371 156 131 0 70 2 216 137 66
Binary 11100 11111001 1101110 1011001 0 111000 10 10001110 1011111 110110

Color Harmonies of #1CF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF96E

Black with #1CF96E

Text Example


Text Example

White with #1CF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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