#98E060

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

Shades of Conifer #98E060

Tints of Conifer #98E060

Color information

#98E060 (or 0x98E060) is unknown color: approx Conifer. HEX triplet: 98, E0 and 60. RGB value is (152,224,96). Sum of RGB (Red+Green+Blue) = 152+224+96=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #98E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E060 is #671F9F. Grayscale: #BCBCBC. Windows color (decimal): -6758304 or 6348952. OLE color: 6348952.

HSL color Cylindrical-coordinate representation of color #98E060: hue angle of 93.75º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98E060 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB15222496-
CMYK0.3200.570.12
HSL93.75º67.37%62.75%-
HSV(B)93.75º57.14%87.84%-
XYZ41.7260.8320.61-
YUV187.8876.15102.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 224 (87.89% from 255) = 47.46%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=32.20%
G=47.46%
B=20.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152224960.3200.570.1293.7567.3762.75
Hex98E06020039C5e433f
Octal230340140400711413610377
Binary100110001110000011000001000000111001110010111101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,224,96); }

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

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

 a { background-color: rgb(152,224,96); }

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

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

 span { border-color: rgb(152,224,96); }

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