Html Css Color HEX #AEC396 Sprout

📋 copy color: '#AEC396'

red 174 ◦ green 195 ◦ blue 150

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

Shades of Sprout #AEC396

Tints of Sprout #AEC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 33.53%
G = 37.57%
B = 28.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#AEC396 (or 0xAEC396) is known color: Sprout. HEX triplet: AE, C3 and 96. RGB value is (174,195,150). Sum of RGB (Red+Green+Blue) = 174+195+150=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC396 is #513C69. Grayscale: #B7B7B7. Windows color (decimal): -5323882 or 9880494. OLE color: 9880494.

HSL color Cylindrical-coordinate representation of color #AEC396: hue angle of 88º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC396 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 150 -
CMYK 0.11 0 0.23 0.24
HSL 88º 0.27% 0.68% -
HSV(B) 88º 0.23% 0.76% -
XYZ 42.48 50.23 36.31 -
YUV 183.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 174 195 150 0.11 0 0.23 0.24 88 0.27 0.68
Hex AE C3 96 B 0 17 18 58 1B 44
Octal 256 303 226 13 0 27 30 130 33 104
Binary 10101110 11000011 10010110 1011 0 10111 11000 1011000 11011 1000100

Color Harmonies of #AEC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC396

Black with #AEC396

Text Example


Text Example

White with #AEC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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