#98E25F

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

Shades of Conifer #98E25F

Tints of Conifer #98E25F

Color information

#98E25F (or 0x98E25F) is unknown color: approx Conifer. HEX triplet: 98, E2 and 5F. RGB value is (152,226,95). Sum of RGB (Red+Green+Blue) = 152+226+95=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #98E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E25F is #671DA0. Grayscale: #BDBDBD. Windows color (decimal): -6757793 or 6283928. OLE color: 6283928.

HSL color Cylindrical-coordinate representation of color #98E25F: hue angle of 93.89º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98E25F is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB15222695-
CMYK0.3300.580.11
HSL93.89º69.31%62.94%-
HSV(B)93.89º57.96%88.63%-
XYZ42.2161.8920.55-
YUV188.9474.98101.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 226 (88.67% from 255) = 47.78%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=32.14%
G=47.78%
B=20.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152226950.3300.580.1193.8969.3162.94
Hex98E25F2103AB5e453f
Octal230342137410721313610577
Binary100110001110001010111111000010111010101110111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,226,95); }

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

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

 a { background-color: rgb(152,226,95); }

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

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

 span { border-color: rgb(152,226,95); }

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