Html Css Color HEX #AEC795 Sprout

📋 copy color: '#AEC795'

red 174 ◦ green 199 ◦ blue 149

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

Shades of Sprout #AEC795

Tints of Sprout #AEC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

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

R = 33.33%
G = 38.12%
B = 28.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#AEC795 (or 0xAEC795) is known color: Sprout. HEX triplet: AE, C7 and 95. RGB value is (174,199,149). Sum of RGB (Red+Green+Blue) = 174+199+149=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC795 is #51386A. Grayscale: #BABABA. Windows color (decimal): -5322859 or 9815982. OLE color: 9815982.

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

Color convert

RGB 174 199 149 -
CMYK 0.13 0 0.25 0.22
HSL 90º 0.31% 0.68% -
HSV(B) 90º 0.25% 0.78% -
XYZ 43.3 52.02 36.19 -
YUV 185.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 174 199 149 0.13 0 0.25 0.22 90 0.31 0.68
Hex AE C7 95 D 0 19 16 5A 1F 44
Octal 256 307 225 15 0 31 26 132 37 104
Binary 10101110 11000111 10010101 1101 0 11001 10110 1011010 11111 1000100

Color Harmonies of #AEC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC795

Black with #AEC795

Text Example


Text Example

White with #AEC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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