Html Css Color HEX #AEC694 Sprout

📋 copy color: '#AEC694'

red 174 ◦ green 198 ◦ blue 148

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

Shades of Sprout #AEC694

Tints of Sprout #AEC694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 33.46%
G = 38.08%
B = 28.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#AEC694 (or 0xAEC694) is known color: Sprout. HEX triplet: AE, C6 and 94. RGB value is (174,198,148). Sum of RGB (Red+Green+Blue) = 174+198+148=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC694 is #51396B. Grayscale: #B9B9B9. Windows color (decimal): -5323116 or 9750190. OLE color: 9750190.

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

Color convert

RGB 174 198 148 -
CMYK 0.12 0 0.25 0.22
HSL 88.8º 0.3% 0.68% -
HSV(B) 88.8º 0.25% 0.78% -
XYZ 42.99 51.52 35.7 -
YUV 185.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 174 198 148 0.12 0 0.25 0.22 88.8 0.3 0.68
Hex AE C6 94 C 0 19 16 59 1E 44
Octal 256 306 224 14 0 31 26 131 36 104
Binary 10101110 11000110 10010100 1100 0 11001 10110 1011001 11110 1000100

Color Harmonies of #AEC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC694

Black with #AEC694

Text Example


Text Example

White with #AEC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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