#98C28E

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

Shades of Spring Rain #98C28E

Tints of Spring Rain #98C28E

Color information

#98C28E (or 0x98C28E) is unknown color: approx Spring Rain. HEX triplet: 98, C2 and 8E. RGB value is (152,194,142). Sum of RGB (Red+Green+Blue) = 152+194+142=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #98C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C28E is #673D71. Grayscale: #AFAFAF. Windows color (decimal): -6765938 or 9355928. OLE color: 9355928.

HSL color Cylindrical-coordinate representation of color #98C28E: hue angle of 108.46º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98C28E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB152194142-
CMYK0.2200.270.24
HSL108.46º29.89%65.88%-
HSV(B)108.46º26.8%76.08%-
XYZ37.1247.2132.75-
YUV175.51109.09111.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 194 (76.17% from 255) = 39.75%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=31.15%
G=39.75%
B=29.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521941420.2200.270.24108.4629.8965.88
Hex98C28E1601B186c1e42
Octal230302216260333015436102
Binary10011000110000101000111010110011011110001101100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,194,142); }

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

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

 a { background-color: rgb(152,194,142); }

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

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

 span { border-color: rgb(152,194,142); }

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