#2AE6A3

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

Shades of Shamrock #2AE6A3

Tints of Shamrock #2AE6A3

Color information

#2AE6A3 (or 0x2AE6A3) is unknown color: approx Shamrock. HEX triplet: 2A, E6 and A3. RGB value is (42,230,163). Sum of RGB (Red+Green+Blue) = 42+230+163=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE6A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE6A3 is #D5195C. Grayscale: #A6A6A6. Windows color (decimal): -13965661 or 10741290. OLE color: 10741290.

HSL color Cylindrical-coordinate representation of color #2AE6A3: hue angle of 158.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE6A3 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB42230163-
CMYK0.8200.290.10
HSL158.62º78.99%53.33%-
HSV(B)158.62º81.74%90.2%-
XYZ35.8659.7344.29-
YUV166.15126.2239.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.66%
GREEN value IS 230 (90.23% from 255) = 52.87%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=9.66%
G=52.87%
B=37.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal422301630.8200.290.10158.6278.9953.33
Hex2AE6A35201DA9f4f35
Octal523462431220351223711765
Binary101010111001101010001110100100111011010100111111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,230,163); }

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

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

 a { background-color: rgb(42,230,163); }

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

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

 span { border-color: rgb(42,230,163); }

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