Html Css Color HEX #AED16C Caper

📋 copy color: '#AED16C'

red 174 ◦ green 209 ◦ blue 108

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

Shades of Caper #AED16C

Tints of Caper #AED16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22%

R = 35.44%
G = 42.57%
B = 22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#AED16C (or 0xAED16C) is known color: Caper. HEX triplet: AE, D1 and 6C. RGB value is (174,209,108). Sum of RGB (Red+Green+Blue) = 174+209+108=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #AED16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED16C is #512E93. Grayscale: #BBBBBB. Windows color (decimal): -5320340 or 7131566. OLE color: 7131566.

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

Color convert

RGB 174 209 108 -
CMYK 0.17 0 0.48 0.18
HSL 80.79º 0.52% 0.62% -
HSV(B) 80.79º 0.48% 0.82% -
XYZ 42.96 55.68 22.67 -
YUV 187.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 174 209 108 0.17 0 0.48 0.18 80.79 0.52 0.62
Hex AE D1 6C 11 0 30 12 51 34 3E
Octal 256 321 154 21 0 60 22 121 64 76
Binary 10101110 11010001 1101100 10001 0 110000 10010 1010001 110100 111110

Color Harmonies of #AED16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED16C

Black with #AED16C

Text Example


Text Example

White with #AED16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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