#98F954

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

Shades of Conifer #98F954

Tints of Conifer #98F954

Color information

#98F954 (or 0x98F954) is unknown color: approx Conifer. HEX triplet: 98, F9 and 54. RGB value is (152,249,84). Sum of RGB (Red+Green+Blue) = 152+249+84=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #98F954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F954 is #6706AB. Grayscale: #C9C9C9. Windows color (decimal): -6751916 or 5568920. OLE color: 5568920.

HSL color Cylindrical-coordinate representation of color #98F954: hue angle of 95.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98F954 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB15224984-
CMYK0.3900.660.02
HSL95.27º93.22%65.29%-
HSV(B)95.27º66.27%97.65%-
XYZ48.4275.0720.32-
YUV201.1961.8692.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 249 (97.66% from 255) = 51.34%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=31.34%
G=51.34%
B=17.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152249840.3900.660.0295.2793.2265.29
Hex98F9542704225f5d41
Octal2303711244701022137135101
Binary100110001111100110101001001110100001010101111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,249,84); }

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

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

 a { background-color: rgb(152,249,84); }

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

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

 span { border-color: rgb(152,249,84); }

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