Html Css Color HEX #AEC29B Sprout

📋 copy color: '#AEC29B'

red 174 ◦ green 194 ◦ blue 155

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

Shades of Sprout #AEC29B

Tints of Sprout #AEC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 33.27%
G = 37.09%
B = 29.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#AEC29B (or 0xAEC29B) is known color: Sprout. HEX triplet: AE, C2 and 9B. RGB value is (174,194,155). Sum of RGB (Red+Green+Blue) = 174+194+155=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC29B is #513D64. Grayscale: #B7B7B7. Windows color (decimal): -5324133 or 10207918. OLE color: 10207918.

HSL color Cylindrical-coordinate representation of color #AEC29B: hue angle of 90.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC29B is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 155 -
CMYK 0.10 0 0.20 0.24
HSL 90.77º 0.24% 0.68% -
HSV(B) 90.77º 0.2% 0.76% -
XYZ 42.66 49.95 38.4 -
YUV 183.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 174 194 155 0.10 0 0.20 0.24 90.77 0.24 0.68
Hex AE C2 9B A 0 14 18 5B 18 44
Octal 256 302 233 12 0 24 30 133 30 104
Binary 10101110 11000010 10011011 1010 0 10100 11000 1011011 11000 1000100

Color Harmonies of #AEC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC29B

Black with #AEC29B

Text Example


Text Example

White with #AEC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC29B; }

 p { color: rgb(174,194,155); }

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

background-color css

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

 a { background-color: rgb(174,194,155); }

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

border-color css

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

 span { border-color: rgb(174,194,155); }

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