Html Css Color HEX #AED17C Caper

📋 copy color: '#AED17C'

red 174 ◦ green 209 ◦ blue 124

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

Shades of Caper #AED17C

Tints of Caper #AED17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 34.32%
G = 41.22%
B = 24.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#AED17C (or 0xAED17C) is known color: Caper. HEX triplet: AE, D1 and 7C. RGB value is (174,209,124). Sum of RGB (Red+Green+Blue) = 174+209+124=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #AED17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED17C is #512E83. Grayscale: #BDBDBD. Windows color (decimal): -5320324 or 8180142. OLE color: 8180142.

HSL color Cylindrical-coordinate representation of color #AED17C: hue angle of 84.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED17C is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 124 -
CMYK 0.17 0 0.41 0.18
HSL 84.71º 0.48% 0.65% -
HSV(B) 84.71º 0.41% 0.82% -
XYZ 43.89 56.05 27.57 -
YUV 188.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 174 209 124 0.17 0 0.41 0.18 84.71 0.48 0.65
Hex AE D1 7C 11 0 29 12 55 30 41
Octal 256 321 174 21 0 51 22 125 60 101
Binary 10101110 11010001 1111100 10001 0 101001 10010 1010101 110000 1000001

Color Harmonies of #AED17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED17C

Black with #AED17C

Text Example


Text Example

White with #AED17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED17C; }

 p { color: rgb(174,209,124); }

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

background-color css

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

 a { background-color: rgb(174,209,124); }

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

border-color css

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

 span { border-color: rgb(174,209,124); }

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