Html Css Color HEX #AEC696 Sprout

📋 copy color: '#AEC696'

red 174 ◦ green 198 ◦ blue 150

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

Shades of Sprout #AEC696

Tints of Sprout #AEC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

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

R = 33.33%
G = 37.93%
B = 28.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#AEC696 (or 0xAEC696) is known color: Sprout. HEX triplet: AE, C6 and 96. RGB value is (174,198,150). Sum of RGB (Red+Green+Blue) = 174+198+150=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC696 is #513969. Grayscale: #B9B9B9. Windows color (decimal): -5323114 or 9881262. OLE color: 9881262.

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

Color convert

RGB 174 198 150 -
CMYK 0.12 0 0.24 0.22
HSL 90º 0.3% 0.68% -
HSV(B) 90º 0.24% 0.78% -
XYZ 43.15 51.59 36.54 -
YUV 185.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 174 198 150 0.12 0 0.24 0.22 90 0.3 0.68
Hex AE C6 96 C 0 18 16 5A 1E 44
Octal 256 306 226 14 0 30 26 132 36 104
Binary 10101110 11000110 10010110 1100 0 11000 10110 1011010 11110 1000100

Color Harmonies of #AEC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC696

Black with #AEC696

Text Example


Text Example

White with #AEC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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