Html Css Color HEX #AEC295 Sprout

📋 copy color: '#AEC295'

red 174 ◦ green 194 ◦ blue 149

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

Shades of Sprout #AEC295

Tints of Sprout #AEC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 33.66%
G = 37.52%
B = 28.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#AEC295 (or 0xAEC295) is known color: Sprout. HEX triplet: AE, C2 and 95. RGB value is (174,194,149). Sum of RGB (Red+Green+Blue) = 174+194+149=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC295 is #513D6A. Grayscale: #B7B7B7. Windows color (decimal): -5324139 or 9814702. OLE color: 9814702.

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

Color convert

RGB 174 194 149 -
CMYK 0.10 0 0.23 0.24
HSL 86.67º 0.27% 0.67% -
HSV(B) 86.67º 0.23% 0.76% -
XYZ 42.17 49.75 35.81 -
YUV 182.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 174 194 149 0.10 0 0.23 0.24 86.67 0.27 0.67
Hex AE C2 95 A 0 17 18 57 1B 43
Octal 256 302 225 12 0 27 30 127 33 103
Binary 10101110 11000010 10010101 1010 0 10111 11000 1010111 11011 1000011

Color Harmonies of #AEC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC295

Black with #AEC295

Text Example


Text Example

White with #AEC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC295; }

 p { color: rgb(174,194,149); }

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

background-color css

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

 a { background-color: rgb(174,194,149); }

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

border-color css

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

 span { border-color: rgb(174,194,149); }

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