Html Css Color HEX #AED080 Caper

📋 copy color: '#AED080'

red 174 ◦ green 208 ◦ blue 128

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

Shades of Caper #AED080

Tints of Caper #AED080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

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

R = 34.12%
G = 40.78%
B = 25.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#AED080 (or 0xAED080) is known color: Caper. HEX triplet: AE, D0 and 80. RGB value is (174,208,128). Sum of RGB (Red+Green+Blue) = 174+208+128=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #AED080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED080 is #512F7F. Grayscale: #BDBDBD. Windows color (decimal): -5320576 or 8442030. OLE color: 8442030.

HSL color Cylindrical-coordinate representation of color #AED080: hue angle of 85.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED080 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 128 -
CMYK 0.16 0 0.38 0.18
HSL 85.5º 0.46% 0.66% -
HSV(B) 85.5º 0.38% 0.82% -
XYZ 43.91 55.67 28.85 -
YUV 188.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 174 208 128 0.16 0 0.38 0.18 85.5 0.46 0.66
Hex AE D0 80 10 0 26 12 56 2E 42
Octal 256 320 200 20 0 46 22 126 56 102
Binary 10101110 11010000 10000000 10000 0 100110 10010 1010110 101110 1000010

Color Harmonies of #AED080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED080

Black with #AED080

Text Example


Text Example

White with #AED080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED080; }

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

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

background-color css

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

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

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

border-color css

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

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

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