#1FD292

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

Shades of Shamrock #1FD292

Tints of Shamrock #1FD292

Color information

#1FD292 (or 0x1FD292) is unknown color: approx Shamrock. HEX triplet: 1F, D2 and 92. RGB value is (31,210,146). Sum of RGB (Red+Green+Blue) = 31+210+146=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD292 is #E02D6D. Grayscale: #959595. Windows color (decimal): -14691694 or 9622047. OLE color: 9622047.

HSL color Cylindrical-coordinate representation of color #1FD292: hue angle of 158.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD292 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB31210146-
CMYK0.8500.300.18
HSL158.55º74.27%47.25%-
HSV(B)158.55º85.24%82.35%-
XYZ28.848.4635.03-
YUV149.18126.243.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.01%
GREEN value IS 210 (82.42% from 255) = 54.26%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=8.01%
G=54.26%
B=37.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal312101460.8500.300.18158.5574.2747.25
Hex1FD2925501E129f4a2f
Octal373222221250362223711257
Binary111111101001010010010101010101111010010100111111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,210,146); }

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

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

 a { background-color: rgb(31,210,146); }

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

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

 span { border-color: rgb(31,210,146); }

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