Html Css Color HEX #ADCD94 Sprout

📋 copy color: '#ADCD94'

red 173 ◦ green 205 ◦ blue 148

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

Shades of Sprout #ADCD94

Tints of Sprout #ADCD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 32.89%
G = 38.97%
B = 28.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#ADCD94 (or 0xADCD94) is known color: Sprout. HEX triplet: AD, CD and 94. RGB value is (173,205,148). Sum of RGB (Red+Green+Blue) = 173+205+148=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD94 is #52326B. Grayscale: #BDBDBD. Windows color (decimal): -5386860 or 9751981. OLE color: 9751981.

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

Color convert

RGB 173 205 148 -
CMYK 0.16 0 0.28 0.20
HSL 93.68º 0.36% 0.69% -
HSV(B) 93.68º 0.28% 0.8% -
XYZ 44.41 54.69 36.23 -
YUV 188.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 173 205 148 0.16 0 0.28 0.20 93.68 0.36 0.69
Hex AD CD 94 10 0 1C 14 5E 24 45
Octal 255 315 224 20 0 34 24 136 44 105
Binary 10101101 11001101 10010100 10000 0 11100 10100 1011110 100100 1000101

Color Harmonies of #ADCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD94

Black with #ADCD94

Text Example


Text Example

White with #ADCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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