#3AF18C

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

Shades of Shamrock #3AF18C

Tints of Shamrock #3AF18C

Color information

#3AF18C (or 0x3AF18C) is unknown color: approx Shamrock. HEX triplet: 3A, F1 and 8C. RGB value is (58,241,140). Sum of RGB (Red+Green+Blue) = 58+241+140=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF18C is #C50E73. Grayscale: #AEAEAE. Windows color (decimal): -12914292 or 9236794. OLE color: 9236794.

HSL color Cylindrical-coordinate representation of color #3AF18C: hue angle of 146.89º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF18C is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB58241140-
CMYK0.7600.420.05
HSL146.89º86.73%58.63%-
HSV(B)146.89º75.93%94.51%-
XYZ37.9365.735.49-
YUV174.77108.3744.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.21%
GREEN value IS 241 (94.53% from 255) = 54.90%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=13.21%
G=54.90%
B=31.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582411400.7600.420.05146.8986.7358.63
Hex3AF18C4C02A593573b
Octal72361214114052522312773
Binary111010111100011000110010011000101010101100100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF18C; }

 p { color: rgb(58,241,140); }

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

<style>
 a { background-color: #3AF18C; }

 a { background-color: rgb(58,241,140); }

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

<style>
 span { border-color: #3AF18C; }

 span { border-color: rgb(58,241,140); }

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