#98C48F

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

Shades of Spring Rain #98C48F

Tints of Spring Rain #98C48F

Color information

#98C48F (or 0x98C48F) is unknown color: approx Spring Rain. HEX triplet: 98, C4 and 8F. RGB value is (152,196,143). Sum of RGB (Red+Green+Blue) = 152+196+143=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #98C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C48F is #673B70. Grayscale: #B0B0B0. Windows color (decimal): -6765425 or 9421976. OLE color: 9421976.

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

Color convert

RGB152196143-
CMYK0.2200.270.23
HSL109.81º30.99%66.47%-
HSV(B)109.81º27.04%76.86%-
XYZ37.6548.1433.29-
YUV176.8108.92110.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=30.96%
G=39.92%
B=29.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521961430.2200.270.23109.8130.9966.47
Hex98C48F1601B176e1f42
Octal230304217260332715637102
Binary10011000110001001000111110110011011101111101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,143); }

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

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

 a { background-color: rgb(152,196,143); }

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

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

 span { border-color: rgb(152,196,143); }

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