Html Css Color HEX #AECC98 Sprout

📋 copy color: '#AECC98'

red 174 ◦ green 204 ◦ blue 152

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

Shades of Sprout #AECC98

Tints of Sprout #AECC98

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 32.83%
G = 38.49%
B = 28.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#AECC98 (or 0xAECC98) is known color: Sprout. HEX triplet: AE, CC and 98. RGB value is (174,204,152). Sum of RGB (Red+Green+Blue) = 174+204+152=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC98 is #513367. Grayscale: #BDBDBD. Windows color (decimal): -5321576 or 10013870. OLE color: 10013870.

HSL color Cylindrical-coordinate representation of color #AECC98: hue angle of 94.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AECC98 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 152 -
CMYK 0.15 0 0.25 0.2
HSL 94.62º 0.34% 0.7% -
HSV(B) 94.62º 0.25% 0.8% -
XYZ 44.72 54.45 37.86 -
YUV 189.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 174 204 152 0.15 0 0.25 0.2 94.62 0.34 0.7
Hex AE CC 98 F 0 19 14 5F 22 46
Octal 256 314 230 17 0 31 24 137 42 106
Binary 10101110 11001100 10011000 1111 0 11001 10100 1011111 100010 1000110

Color Harmonies of #AECC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC98

Black with #AECC98

Text Example


Text Example

White with #AECC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC98; }

 p { color: rgb(174,204,152); }

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

background-color css

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

 a { background-color: rgb(174,204,152); }

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

border-color css

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

 span { border-color: rgb(174,204,152); }

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