#3AE296

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

Shades of Shamrock #3AE296

Tints of Shamrock #3AE296

Color information

#3AE296 (or 0x3AE296) is unknown color: approx Shamrock. HEX triplet: 3A, E2 and 96. RGB value is (58,226,150). Sum of RGB (Red+Green+Blue) = 58+226+150=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE296 is #C51D69. Grayscale: #A7A7A7. Windows color (decimal): -12918122 or 9888314. OLE color: 9888314.

HSL color Cylindrical-coordinate representation of color #3AE296: hue angle of 152.86º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE296 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB58226150-
CMYK0.7400.340.11
HSL152.86º74.34%55.69%-
HSV(B)152.86º74.34%88.63%-
XYZ34.4557.4938.14-
YUV167.1118.3450.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.36%
GREEN value IS 226 (88.67% from 255) = 52.07%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=13.36%
G=52.07%
B=34.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582261500.7400.340.11152.8674.3455.69
Hex3AE2964A022B994a38
Octal723422261120421323111270
Binary1110101110001010010110100101001000101011100110011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,226,150); }

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

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

 a { background-color: rgb(58,226,150); }

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

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

 span { border-color: rgb(58,226,150); }

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