#2AEFA9

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

Shades of Shamrock #2AEFA9

Tints of Shamrock #2AEFA9

Color information

#2AEFA9 (or 0x2AEFA9) is unknown color: approx Shamrock. HEX triplet: 2A, EF and A9. RGB value is (42,239,169). Sum of RGB (Red+Green+Blue) = 42+239+169=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEFA9 is #D51056. Grayscale: #ACACAC. Windows color (decimal): -13963351 or 11136810. OLE color: 11136810.

HSL color Cylindrical-coordinate representation of color #2AEFA9: hue angle of 158.68º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFA9 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB42239169-
CMYK0.8200.290.06
HSL158.68º86.03%55.1%-
HSV(B)158.68º82.43%93.73%-
XYZ38.9865.0948.05-
YUV172.12126.2335.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.33%
GREEN value IS 239 (93.75% from 255) = 53.11%
BLUE value IS 169 (66.41% from 255) = 37.56%
R=9.33%
G=53.11%
B=37.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal422391690.8200.290.06158.6886.0355.1
Hex2AEFA95201D69f5637
Octal52357251122035623712667
Binary10101011101111101010011010010011101110100111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,239,169); }

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

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

 a { background-color: rgb(42,239,169); }

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

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

 span { border-color: rgb(42,239,169); }

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