Html Css Color HEX #AECE96 Sprout

📋 copy color: '#AECE96'

red 174 ◦ green 206 ◦ blue 150

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

Shades of Sprout #AECE96

Tints of Sprout #AECE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 32.83%
G = 38.87%
B = 28.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#AECE96 (or 0xAECE96) is known color: Sprout. HEX triplet: AE, CE and 96. RGB value is (174,206,150). Sum of RGB (Red+Green+Blue) = 174+206+150=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE96 is #513169. Grayscale: #BEBEBE. Windows color (decimal): -5321066 or 9883310. OLE color: 9883310.

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

Color convert

RGB 174 206 150 -
CMYK 0.16 0 0.27 0.19
HSL 94.29º 0.36% 0.7% -
HSV(B) 94.29º 0.27% 0.81% -
XYZ 45.03 55.34 37.16 -
YUV 190.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 174 206 150 0.16 0 0.27 0.19 94.29 0.36 0.7
Hex AE CE 96 10 0 1B 13 5E 24 46
Octal 256 316 226 20 0 33 23 136 44 106
Binary 10101110 11001110 10010110 10000 0 11011 10011 1011110 100100 1000110

Color Harmonies of #AECE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE96

Black with #AECE96

Text Example


Text Example

White with #AECE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE96; }

 p { color: rgb(174,206,150); }

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

background-color css

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

 a { background-color: rgb(174,206,150); }

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

border-color css

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

 span { border-color: rgb(174,206,150); }

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