#98C38D

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

Shades of Spring Rain #98C38D

Tints of Spring Rain #98C38D

Color information

#98C38D (or 0x98C38D) is unknown color: approx Spring Rain. HEX triplet: 98, C3 and 8D. RGB value is (152,195,141). Sum of RGB (Red+Green+Blue) = 152+195+141=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #98C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C38D is #673C72. Grayscale: #B0B0B0. Windows color (decimal): -6765683 or 9290648. OLE color: 9290648.

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

Color convert

RGB152195141-
CMYK0.2200.280.24
HSL107.78º31.03%65.88%-
HSV(B)107.78º27.69%76.47%-
XYZ37.2747.6332.43-
YUV175.99108.25110.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=31.15%
G=39.96%
B=28.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951410.2200.280.24107.7831.0365.88
Hex98C38D1601C186c1f42
Octal230303215260343015437102
Binary10011000110000111000110110110011100110001101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,141); }

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

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

 a { background-color: rgb(152,195,141); }

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

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

 span { border-color: rgb(152,195,141); }

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