#2AE795

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

Shades of Shamrock #2AE795

Tints of Shamrock #2AE795

Color information

#2AE795 (or 0x2AE795) is unknown color: approx Shamrock. HEX triplet: 2A, E7 and 95. RGB value is (42,231,149). Sum of RGB (Red+Green+Blue) = 42+231+149=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE795 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE795 is #D5186A. Grayscale: #A5A5A5. Windows color (decimal): -13965419 or 9824042. OLE color: 9824042.

HSL color Cylindrical-coordinate representation of color #2AE795: hue angle of 153.97º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE795 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB42231149-
CMYK0.8200.350.09
HSL153.97º79.75%53.53%-
HSV(B)153.97º81.82%90.59%-
XYZ34.9659.8138.14-
YUV165.14118.8840.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.95%
GREEN value IS 231 (90.62% from 255) = 54.74%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=9.95%
G=54.74%
B=35.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422311490.8200.350.09153.9779.7553.53
Hex2AE7955202399a5036
Octal523472251220431123212066
Binary1010101110011110010101101001001000111001100110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,231,149); }

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

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

 a { background-color: rgb(42,231,149); }

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

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

 span { border-color: rgb(42,231,149); }

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