#98E25D

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

Shades of Conifer #98E25D

Tints of Conifer #98E25D

Color information

#98E25D (or 0x98E25D) is unknown color: approx Conifer. HEX triplet: 98, E2 and 5D. RGB value is (152,226,93). Sum of RGB (Red+Green+Blue) = 152+226+93=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #98E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E25D is #671DA2. Grayscale: #BDBDBD. Windows color (decimal): -6757795 or 6152856. OLE color: 6152856.

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

Color convert

RGB15222693-
CMYK0.3300.590.11
HSL93.38º69.63%62.55%-
HSV(B)93.38º58.85%88.63%-
XYZ42.1261.8620.08-
YUV188.7173.98101.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 226 (88.67% from 255) = 47.98%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=32.27%
G=47.98%
B=19.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152226930.3300.590.1193.3869.6362.55
Hex98E25D2103BB5d463f
Octal230342135410731313510677
Binary100110001110001010111011000010111011101110111011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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