#98F24F

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

Shades of Conifer #98F24F

Tints of Conifer #98F24F

Color information

#98F24F (or 0x98F24F) is unknown color: approx Conifer. HEX triplet: 98, F2 and 4F. RGB value is (152,242,79). Sum of RGB (Red+Green+Blue) = 152+242+79=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #98F24F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F24F is #670DB0. Grayscale: #C5C5C5. Windows color (decimal): -6753713 or 5239448. OLE color: 5239448.

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

Color convert

RGB15224279-
CMYK0.3700.670.05
HSL93.13º86.24%62.94%-
HSV(B)93.13º67.36%94.9%-
XYZ46.1170.7418.62-
YUV196.5161.6896.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 242 (94.92% from 255) = 51.16%
BLUE value IS 79 (31.25% from 255) = 16.70%
R=32.14%
G=51.16%
B=16.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152242790.3700.670.0593.1386.2462.94
Hex98F24F2504355d563f
Octal230362117450103513512677
Binary100110001111001010011111001010100001110110111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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