#ADC99F

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

Shades of Spring Rain #ADC99F

Tints of Spring Rain #ADC99F

Color information

#ADC99F (or 0xADC99F) is unknown color: approx Spring Rain. HEX triplet: AD, C9 and 9F. RGB value is (173,201,159). Sum of RGB (Red+Green+Blue) = 173+201+159=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC99F is #523660. Grayscale: #BBBBBB. Windows color (decimal): -5387873 or 10471853. OLE color: 10471853.

HSL color Cylindrical-coordinate representation of color #ADC99F: hue angle of 100º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC99F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB173201159-
CMYK0.1400.210.21
HSL100º28%70.59%-
HSV(B)100º20.9%78.82%-
XYZ44.3853.1640.72-
YUV187.84111.72117.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=32.46%
G=37.71%
B=29.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011590.1400.210.211002870.59
HexADC99FE01515641c47
Octal255311237160252514434107
Binary1010110111001001100111111110010101101011100100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC99F; }

 p { color: rgb(173,201,159); }

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

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

 a { background-color: rgb(173,201,159); }

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

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

 span { border-color: rgb(173,201,159); }

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