#2ACC83

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

Shades of Shamrock #2ACC83

Tints of Shamrock #2ACC83

Color information

#2ACC83 (or 0x2ACC83) is unknown color: approx Shamrock. HEX triplet: 2A, CC and 83. RGB value is (42,204,131). Sum of RGB (Red+Green+Blue) = 42+204+131=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACC83 is #D5337C. Grayscale: #939393. Windows color (decimal): -13972349 or 8637482. OLE color: 8637482.

HSL color Cylindrical-coordinate representation of color #2ACC83: hue angle of 152.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC83 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB42204131-
CMYK0.7900.360.2
HSL152.96º65.85%48.24%-
HSV(B)152.96º79.41%80%-
XYZ26.6445.3228.82-
YUV147.24118.8352.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.14%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=11.14%
G=54.11%
B=34.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal422041310.7900.360.2152.9665.8548.24
Hex2ACC834F02414994230
Octal523142031170442423110260
Binary10101011001100100000111001111010010010100100110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,131); }

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

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

 a { background-color: rgb(42,204,131); }

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

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

 span { border-color: rgb(42,204,131); }

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