#2FE5A9

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

Shades of Shamrock #2FE5A9

Tints of Shamrock #2FE5A9

Color information

#2FE5A9 (or 0x2FE5A9) is unknown color: approx Shamrock. HEX triplet: 2F, E5 and A9. RGB value is (47,229,169). Sum of RGB (Red+Green+Blue) = 47+229+169=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE5A9 is #D01A56. Grayscale: #A7A7A7. Windows color (decimal): -13638231 or 11134255. OLE color: 11134255.

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

Color convert

RGB47229169-
CMYK0.7900.260.10
HSL160.22º77.78%54.12%-
HSV(B)160.22º79.48%89.8%-
XYZ36.3559.5147.11-
YUV167.74128.741.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.56%
GREEN value IS 229 (89.84% from 255) = 51.46%
BLUE value IS 169 (66.41% from 255) = 37.98%
R=10.56%
G=51.46%
B=37.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal472291690.7900.260.10160.2277.7854.12
Hex2FE5A94F01AAa04e36
Octal573452511170321224011666
Binary101111111001011010100110011110110101010101000001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,229,169); }

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

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

 a { background-color: rgb(47,229,169); }

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

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

 span { border-color: rgb(47,229,169); }

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