#98F272

Color #98F272 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #98F272

Tints of Feijoa #98F272

Color information

#98F272 (or 0x98F272) is unknown color: approx Feijoa. HEX triplet: 98, F2 and 72. RGB value is (152,242,114). Sum of RGB (Red+Green+Blue) = 152+242+114=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #98F272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F272 is #670D8D. Grayscale: #C8C8C8. Windows color (decimal): -6753678 or 7533208. OLE color: 7533208.

HSL color Cylindrical-coordinate representation of color #98F272: hue angle of 102.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98F272 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB152242114-
CMYK0.3700.530.05
HSL102.19º83.12%69.8%-
HSV(B)102.19º52.89%94.9%-
XYZ47.7471.3927.18-
YUV200.579.1893.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=29.92%
G=47.64%
B=22.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522421140.3700.530.05102.1983.1269.8
Hex98F272250355665346
Octal230362162450655146123106
Binary100110001111001011100101001010110101101110011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F272; }

 p { color: rgb(152,242,114); }

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

<style>
 a { background-color: #98F272; }

 a { background-color: rgb(152,242,114); }

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

<style>
 span { border-color: #98F272; }

 span { border-color: rgb(152,242,114); }

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