#3ADD94

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

Shades of Shamrock #3ADD94

Tints of Shamrock #3ADD94

Color information

#3ADD94 (or 0x3ADD94) is unknown color: approx Shamrock. HEX triplet: 3A, DD and 94. RGB value is (58,221,148). Sum of RGB (Red+Green+Blue) = 58+221+148=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD94 is #C5226B. Grayscale: #A4A4A4. Windows color (decimal): -12919404 or 9755962. OLE color: 9755962.

HSL color Cylindrical-coordinate representation of color #3ADD94: hue angle of 153.13º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD94 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB58221148-
CMYK0.7400.330.13
HSL153.13º70.56%54.71%-
HSV(B)153.13º73.76%86.67%-
XYZ32.9554.7536.85-
YUV163.9411952.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.58%
GREEN value IS 221 (86.72% from 255) = 51.76%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=13.58%
G=51.76%
B=34.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211480.7400.330.13153.1370.5654.71
Hex3ADD944A021D994737
Octal723352241120411523110767
Binary1110101101110110010100100101001000011101100110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,221,148); }

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

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

 a { background-color: rgb(58,221,148); }

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

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

 span { border-color: rgb(58,221,148); }

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