Html Css Color HEX #AEC796 Sprout

📋 copy color: '#AEC796'

red 174 ◦ green 199 ◦ blue 150

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

Shades of Sprout #AEC796

Tints of Sprout #AEC796

RGB

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

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

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

R = 33.27%
G = 38.05%
B = 28.68%

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

#AEC796 (or 0xAEC796) is known color: Sprout. HEX triplet: AE, C7 and 96. RGB value is (174,199,150). Sum of RGB (Red+Green+Blue) = 174+199+150=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC796 is #513869. Grayscale: #BABABA. Windows color (decimal): -5322858 or 9881518. OLE color: 9881518.

HSL color Cylindrical-coordinate representation of color #AEC796: hue angle of 90.61º degrees, saturation: 0.3, 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 #AEC796 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 150 -
CMYK 0.13 0 0.25 0.22
HSL 90.61º 0.3% 0.68% -
HSV(B) 90.61º 0.25% 0.78% -
XYZ 43.38 52.05 36.61 -
YUV 185.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 174 199 150 0.13 0 0.25 0.22 90.61 0.3 0.68
Hex AE C7 96 D 0 19 16 5B 1E 44
Octal 256 307 226 15 0 31 26 133 36 104
Binary 10101110 11000111 10010110 1101 0 11001 10110 1011011 11110 1000100

Color Harmonies of #AEC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC796

Black with #AEC796

Text Example


Text Example

White with #AEC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC796; }

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

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

background-color css

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

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

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

border-color css

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

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

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