Html Css Color HEX #AEC880 Caper

📋 copy color: '#AEC880'

red 174 ◦ green 200 ◦ blue 128

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

Shades of Caper #AEC880

Tints of Caper #AEC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 34.66%
G = 39.84%
B = 25.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#AEC880 (or 0xAEC880) is known color: Caper. HEX triplet: AE, C8 and 80. RGB value is (174,200,128). Sum of RGB (Red+Green+Blue) = 174+200+128=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC880 is #51377F. Grayscale: #B8B8B8. Windows color (decimal): -5322624 or 8439982. OLE color: 8439982.

HSL color Cylindrical-coordinate representation of color #AEC880: hue angle of 81.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEC880 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 128 -
CMYK 0.13 0 0.36 0.22
HSL 81.67º 0.4% 0.64% -
HSV(B) 81.67º 0.36% 0.78% -
XYZ 42.01 51.87 28.22 -
YUV 184.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 174 200 128 0.13 0 0.36 0.22 81.67 0.4 0.64
Hex AE C8 80 D 0 24 16 52 28 40
Octal 256 310 200 15 0 44 26 122 50 100
Binary 10101110 11001000 10000000 1101 0 100100 10110 1010010 101000 1000000

Color Harmonies of #AEC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC880

Black with #AEC880

Text Example


Text Example

White with #AEC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC880; }

 p { color: rgb(174,200,128); }

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

background-color css

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

 a { background-color: rgb(174,200,128); }

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

border-color css

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

 span { border-color: rgb(174,200,128); }

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