#1FE696

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

Shades of Shamrock #1FE696

Tints of Shamrock #1FE696

Color information

#1FE696 (or 0x1FE696) is unknown color: approx Shamrock. HEX triplet: 1F, E6 and 96. RGB value is (31,230,150). Sum of RGB (Red+Green+Blue) = 31+230+150=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FE696 is #E01969. Grayscale: #A1A1A1. Windows color (decimal): -14686570 or 9889311. OLE color: 9889311.

HSL color Cylindrical-coordinate representation of color #1FE696: hue angle of 155.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE696 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB31230150-
CMYK0.8700.350.10
HSL155.88º79.92%51.18%-
HSV(B)155.88º86.52%90.2%-
XYZ34.3759.0938.45-
YUV161.38121.5735-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.54%
GREEN value IS 230 (90.23% from 255) = 55.96%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=7.54%
G=55.96%
B=36.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal312301500.8700.350.10155.8879.9251.18
Hex1FE69657023A9c5033
Octal373462261270431223412063
Binary111111110011010010110101011101000111010100111001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,230,150); }

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

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

 a { background-color: rgb(31,230,150); }

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

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

 span { border-color: rgb(31,230,150); }

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