#1CE985

Color #1CE985 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #1CE985

Tints of Spring Green #1CE985

Color information

#1CE985 (or 0x1CE985) is unknown color: approx Spring Green. HEX triplet: 1C, E9 and 85. RGB value is (28,233,133). Sum of RGB (Red+Green+Blue) = 28+233+133=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 233 (91.41% from 255 or 59.14% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CE985 is #E3167A. Grayscale: #A0A0A0. Windows color (decimal): -14882427 or 8775964. OLE color: 8775964.

HSL color Cylindrical-coordinate representation of color #1CE985: hue angle of 150.73º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE985 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB28233133-
CMYK0.8800.430.09
HSL150.73º82.33%51.18%-
HSV(B)150.73º87.98%91.37%-
XYZ33.8560.2232.03-
YUV160.3112.5833.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.11%
GREEN value IS 233 (91.41% from 255) = 59.14%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=7.11%
G=59.14%
B=33.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal282331330.8800.430.09150.7382.3351.18
Hex1CE9855802B9975233
Octal343512051300531122712263
Binary111001110100110000101101100001010111001100101111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,233,133); }

 H1.HeaderClassName
 {
   color: #1CE985;
 }
 .AnyTagClassName
 {
   color: #1CE985;
 }
</style>
background-color css

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

 a { background-color: rgb(28,233,133); }

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

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

 span { border-color: rgb(28,233,133); }

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