#2FE2AE

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

Shades of Shamrock #2FE2AE

Tints of Shamrock #2FE2AE

Color information

#2FE2AE (or 0x2FE2AE) is unknown color: approx Shamrock. HEX triplet: 2F, E2 and AE. RGB value is (47,226,174). Sum of RGB (Red+Green+Blue) = 47+226+174=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE2AE is #D01D51. Grayscale: #A6A6A6. Windows color (decimal): -13638994 or 11461167. OLE color: 11461167.

HSL color Cylindrical-coordinate representation of color #2FE2AE: hue angle of 162.57º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE2AE is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB47226174-
CMYK0.7900.230.11
HSL162.57º75.53%53.53%-
HSV(B)162.57º79.2%88.63%-
XYZ36.0158.0549.35-
YUV166.55132.242.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.51%
GREEN value IS 226 (88.67% from 255) = 50.56%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=10.51%
G=50.56%
B=38.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal472261740.7900.230.11162.5775.5353.53
Hex2FE2AE4F017Ba34c36
Octal573422561170271324311466
Binary101111111000101010111010011110101111011101000111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,226,174); }

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

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

 a { background-color: rgb(47,226,174); }

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

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

 span { border-color: rgb(47,226,174); }

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