#2ABA99

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

Shades of Shamrock #2ABA99

Tints of Shamrock #2ABA99

Color information

#2ABA99 (or 0x2ABA99) is unknown color: approx Shamrock. HEX triplet: 2A, BA and 99. RGB value is (42,186,153). Sum of RGB (Red+Green+Blue) = 42+186+153=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABA99 is #D54566. Grayscale: #8B8B8B. Windows color (decimal): -13976935 or 10074666. OLE color: 10074666.

HSL color Cylindrical-coordinate representation of color #2ABA99: hue angle of 166.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA99 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB42186153-
CMYK0.7700.180.27
HSL166.25º63.16%44.71%-
HSV(B)166.25º77.42%72.94%-
XYZ24.2637.9136.18-
YUV139.18135.7958.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.02%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=11.02%
G=48.82%
B=40.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861530.7700.180.27166.2563.1644.71
Hex2ABA994D0121Ba63f2d
Octal52272231115022332467755
Binary101010101110101001100110011010100101101110100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,153); }

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

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

 a { background-color: rgb(42,186,153); }

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

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

 span { border-color: rgb(42,186,153); }

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