Html Css Color HEX #AECD94 Sprout

📋 copy color: '#AECD94'

red 174 ◦ green 205 ◦ blue 148

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

Shades of Sprout #AECD94

Tints of Sprout #AECD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

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

R = 33.02%
G = 38.9%
B = 28.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#AECD94 (or 0xAECD94) is known color: Sprout. HEX triplet: AE, CD and 94. RGB value is (174,205,148). Sum of RGB (Red+Green+Blue) = 174+205+148=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD94 is #51326B. Grayscale: #BDBDBD. Windows color (decimal): -5321324 or 9751982. OLE color: 9751982.

HSL color Cylindrical-coordinate representation of color #AECD94: hue angle of 92.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECD94 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 148 -
CMYK 0.15 0 0.28 0.20
HSL 92.63º 0.36% 0.69% -
HSV(B) 92.63º 0.28% 0.8% -
XYZ 44.63 54.8 36.24 -
YUV 189.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 174 205 148 0.15 0 0.28 0.20 92.63 0.36 0.69
Hex AE CD 94 F 0 1C 14 5D 24 45
Octal 256 315 224 17 0 34 24 135 44 105
Binary 10101110 11001101 10010100 1111 0 11100 10100 1011101 100100 1000101

Color Harmonies of #AECD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD94

Black with #AECD94

Text Example


Text Example

White with #AECD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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