Html Css Color HEX #ADC794 Sprout

📋 copy color: '#ADC794'

red 173 ◦ green 199 ◦ blue 148

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

Shades of Sprout #ADC794

Tints of Sprout #ADC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.27%

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

R = 33.27%
G = 38.27%
B = 28.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ADC794 (or 0xADC794) is known color: Sprout. HEX triplet: AD, C7 and 94. RGB value is (173,199,148). Sum of RGB (Red+Green+Blue) = 173+199+148=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC794 is #52386B. Grayscale: #B9B9B9. Windows color (decimal): -5388396 or 9750445. OLE color: 9750445.

HSL color Cylindrical-coordinate representation of color #ADC794: hue angle of 90.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC794 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 148 -
CMYK 0.13 0 0.26 0.22
HSL 90.59º 0.31% 0.68% -
HSV(B) 90.59º 0.26% 0.78% -
XYZ 43 51.87 35.76 -
YUV 185.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 173 199 148 0.13 0 0.26 0.22 90.59 0.31 0.68
Hex AD C7 94 D 0 1A 16 5B 1F 44
Octal 255 307 224 15 0 32 26 133 37 104
Binary 10101101 11000111 10010100 1101 0 11010 10110 1011011 11111 1000100

Color Harmonies of #ADC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC794

Black with #ADC794

Text Example


Text Example

White with #ADC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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