#2fea98

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

Shades of Shamrock #2FEA98

Tints of Shamrock #2FEA98

Color information

#2FEA98 (or 0x2FEA98) is unknown color: approx Shamrock. HEX triplet: 2F, EA and 98. RGB value is (47,234,152). Sum of RGB (Red+Green+Blue) = 47+234+152=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEA98 is #D01567. Grayscale: #A8A8A8. Windows color (decimal): -13636968 or 10021423. OLE color: 10021423.

HSL color Cylindrical-coordinate representation of color #2FEA98: hue angle of 153.69º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA98 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB47234152-
CMYK0.8000.350.08
HSL153.69º81.66%55.1%-
HSV(B)153.69º79.91%91.76%-
XYZ36.2661.7239.71-
YUV168.74118.5541.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.85%
GREEN value IS 234 (91.80% from 255) = 54.04%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=10.85%
G=54.04%
B=35.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472341520.8000.350.08153.6981.6655.1
Hex2FEA985002389a5237
Octal573522301200431023212267
Binary1011111110101010011000101000001000111000100110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fea98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,234,152); }

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

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

 a { background-color: rgb(47,234,152); }

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

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

 span { border-color: rgb(47,234,152); }

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