Html Css Color HEX #ADC990 Sprout

📋 copy color: '#ADC990'

red 173 ◦ green 201 ◦ blue 144

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

Shades of Sprout #ADC990

Tints of Sprout #ADC990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 33.4%
G = 38.8%
B = 27.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#ADC990 (or 0xADC990) is known color: Sprout. HEX triplet: AD, C9 and 90. RGB value is (173,201,144). Sum of RGB (Red+Green+Blue) = 173+201+144=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC990 is #52366F. Grayscale: #BABABA. Windows color (decimal): -5387888 or 9488813. OLE color: 9488813.

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

Color convert

RGB 173 201 144 -
CMYK 0.14 0 0.28 0.21
HSL 89.47º 0.35% 0.68% -
HSV(B) 89.47º 0.28% 0.79% -
XYZ 43.15 52.67 34.28 -
YUV 186.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 173 201 144 0.14 0 0.28 0.21 89.47 0.35 0.68
Hex AD C9 90 E 0 1C 15 59 23 44
Octal 255 311 220 16 0 34 25 131 43 104
Binary 10101101 11001001 10010000 1110 0 11100 10101 1011001 100011 1000100

Color Harmonies of #ADC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC990

Black with #ADC990

Text Example


Text Example

White with #ADC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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