Html Css Color HEX #ADC998 Sprout

📋 copy color: '#ADC998'

red 173 ◦ green 201 ◦ blue 152

#ADC998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #ADC998

Tints of Sprout #ADC998

RGB

 RED value IS 173 (67.97% from 255) = 32.89%

 GREEN value IS 201 (78.91% from 255) = 38.21%

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 32.89%
G = 38.21%
B = 28.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#ADC998 (or 0xADC998) is known color: Sprout. HEX triplet: AD, C9 and 98. RGB value is (173,201,152). Sum of RGB (Red+Green+Blue) = 173+201+152=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC998 is #523667. Grayscale: #BBBBBB. Windows color (decimal): -5387880 or 10013101. OLE color: 10013101.

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

Color convert

RGB 173 201 152 -
CMYK 0.14 0 0.24 0.21
HSL 94.29º 0.31% 0.69% -
HSV(B) 94.29º 0.24% 0.79% -
XYZ 43.79 52.92 37.61 -
YUV 187.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 173 201 152 0.14 0 0.24 0.21 94.29 0.31 0.69
Hex AD C9 98 E 0 18 15 5E 1F 45
Octal 255 311 230 16 0 30 25 136 37 105
Binary 10101101 11001001 10011000 1110 0 11000 10101 1011110 11111 1000101

Color Harmonies of #ADC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC998

Black with #ADC998

Text Example


Text Example

White with #ADC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC998; }

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

 H1.HeaderClassName
 {
   color: #ADC998;
 }
 .AnyTagClassName
 {
   color: #ADC998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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