#2AD280

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

Shades of Shamrock #2AD280

Tints of Shamrock #2AD280

Color information

#2AD280 (or 0x2AD280) is unknown color: approx Shamrock. HEX triplet: 2A, D2 and 80. RGB value is (42,210,128). Sum of RGB (Red+Green+Blue) = 42+210+128=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD280 is #D52D7F. Grayscale: #969696. Windows color (decimal): -13970816 or 8442410. OLE color: 8442410.

HSL color Cylindrical-coordinate representation of color #2AD280: hue angle of 150.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD280 is Cyan = 0.8, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB42210128-
CMYK0.800.390.18
HSL150.71º66.67%49.41%-
HSV(B)150.71º80%82.35%-
XYZ27.948.1428.24-
YUV150.42115.3450.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.05%
GREEN value IS 210 (82.42% from 255) = 55.26%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=11.05%
G=55.26%
B=33.68%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal422101280.800.390.18150.7166.6749.41
Hex2AD2805002712974331
Octal523222001200472222710361
Binary10101011010010100000001010000010011110010100101111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD280; }

 p { color: rgb(42,210,128); }

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

<style>
 a { background-color: #2AD280; }

 a { background-color: rgb(42,210,128); }

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

<style>
 span { border-color: #2AD280; }

 span { border-color: rgb(42,210,128); }

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