Html Css Color HEX #ADCD95 Sprout

📋 copy color: '#ADCD95'

red 173 ◦ green 205 ◦ blue 149

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

Shades of Sprout #ADCD95

Tints of Sprout #ADCD95

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 32.83%
G = 38.9%
B = 28.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#ADCD95 (or 0xADCD95) is known color: Sprout. HEX triplet: AD, CD and 95. RGB value is (173,205,149). Sum of RGB (Red+Green+Blue) = 173+205+149=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD95 is #52326A. Grayscale: #BDBDBD. Windows color (decimal): -5386859 or 9817517. OLE color: 9817517.

HSL color Cylindrical-coordinate representation of color #ADCD95: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCD95 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 149 -
CMYK 0.16 0 0.27 0.20
HSL 94.29º 0.36% 0.69% -
HSV(B) 94.29º 0.27% 0.8% -
XYZ 44.49 54.72 36.65 -
YUV 189.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 173 205 149 0.16 0 0.27 0.20 94.29 0.36 0.69
Hex AD CD 95 10 0 1B 14 5E 24 45
Octal 255 315 225 20 0 33 24 136 44 105
Binary 10101101 11001101 10010101 10000 0 11011 10100 1011110 100100 1000101

Color Harmonies of #ADCD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD95

Black with #ADCD95

Text Example


Text Example

White with #ADCD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD95; }

 p { color: rgb(173,205,149); }

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

background-color css

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

 a { background-color: rgb(173,205,149); }

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

border-color css

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

 span { border-color: rgb(173,205,149); }

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