Html Css Color HEX #AEC28C Caper

📋 copy color: '#AEC28C'

red 174 ◦ green 194 ◦ blue 140

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

Shades of Caper #AEC28C

Tints of Caper #AEC28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 34.25%
G = 38.19%
B = 27.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#AEC28C (or 0xAEC28C) is known color: Caper. HEX triplet: AE, C2 and 8C. RGB value is (174,194,140). Sum of RGB (Red+Green+Blue) = 174+194+140=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC28C is #513D73. Grayscale: #B6B6B6. Windows color (decimal): -5324148 or 9224878. OLE color: 9224878.

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

Color convert

RGB 174 194 140 -
CMYK 0.10 0 0.28 0.24
HSL 82.22º 0.31% 0.65% -
HSV(B) 82.22º 0.28% 0.76% -
XYZ 41.48 49.48 32.17 -
YUV 181.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 174 194 140 0.10 0 0.28 0.24 82.22 0.31 0.65
Hex AE C2 8C A 0 1C 18 52 1F 41
Octal 256 302 214 12 0 34 30 122 37 101
Binary 10101110 11000010 10001100 1010 0 11100 11000 1010010 11111 1000001

Color Harmonies of #AEC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC28C

Black with #AEC28C

Text Example


Text Example

White with #AEC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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