Html Css Color HEX #AECC9C Sprout

📋 copy color: '#AECC9C'

red 174 ◦ green 204 ◦ blue 156

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

Shades of Sprout #AECC9C

Tints of Sprout #AECC9C

RGB

 RED value IS 174 (68.36% from 255) = 32.58%

 GREEN value IS 204 (80.08% from 255) = 38.2%

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 32.58%
G = 38.2%
B = 29.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#AECC9C (or 0xAECC9C) is known color: Sprout. HEX triplet: AE, CC and 9C. RGB value is (174,204,156). Sum of RGB (Red+Green+Blue) = 174+204+156=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC9C is #513363. Grayscale: #BDBDBD. Windows color (decimal): -5321572 or 10276014. OLE color: 10276014.

HSL color Cylindrical-coordinate representation of color #AECC9C: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECC9C is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 156 -
CMYK 0.15 0 0.24 0.2
HSL 97.5º 0.32% 0.71% -
HSV(B) 97.5º 0.24% 0.8% -
XYZ 45.05 54.58 39.61 -
YUV 189.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 174 204 156 0.15 0 0.24 0.2 97.5 0.32 0.71
Hex AE CC 9C F 0 18 14 62 20 47
Octal 256 314 234 17 0 30 24 142 40 107
Binary 10101110 11001100 10011100 1111 0 11000 10100 1100010 100000 1000111

Color Harmonies of #AECC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC9C

Black with #AECC9C

Text Example


Text Example

White with #AECC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC9C; }

 p { color: rgb(174,204,156); }

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

background-color css

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

 a { background-color: rgb(174,204,156); }

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

border-color css

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

 span { border-color: rgb(174,204,156); }

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