#2AE796

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

Shades of Shamrock #2AE796

Tints of Shamrock #2AE796

Color information

#2AE796 (or 0x2AE796) is unknown color: approx Shamrock. HEX triplet: 2A, E7 and 96. RGB value is (42,231,150). Sum of RGB (Red+Green+Blue) = 42+231+150=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE796 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE796 is #D51869. Grayscale: #A5A5A5. Windows color (decimal): -13965418 or 9889578. OLE color: 9889578.

HSL color Cylindrical-coordinate representation of color #2AE796: hue angle of 154.29º 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 #2AE796 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB42231150-
CMYK0.8200.350.09
HSL154.29º79.75%53.53%-
HSV(B)154.29º81.82%90.59%-
XYZ35.0459.8538.56-
YUV165.25119.3840.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.93%
GREEN value IS 231 (90.62% from 255) = 54.61%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=9.93%
G=54.61%
B=35.46%

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
Decimal422311500.8200.350.09154.2979.7553.53
Hex2AE7965202399a5036
Octal523472261220431123212066
Binary1010101110011110010110101001001000111001100110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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