Html Css Color HEX #AED16E Caper

📋 copy color: '#AED16E'

red 174 ◦ green 209 ◦ blue 110

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

Shades of Caper #AED16E

Tints of Caper #AED16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 35.29%
G = 42.39%
B = 22.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#AED16E (or 0xAED16E) is known color: Caper. HEX triplet: AE, D1 and 6E. RGB value is (174,209,110). Sum of RGB (Red+Green+Blue) = 174+209+110=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #AED16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED16E is #512E91. Grayscale: #BBBBBB. Windows color (decimal): -5320338 or 7262638. OLE color: 7262638.

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

Color convert

RGB 174 209 110 -
CMYK 0.17 0 0.47 0.18
HSL 81.21º 0.52% 0.63% -
HSV(B) 81.21º 0.47% 0.82% -
XYZ 43.07 55.73 23.24 -
YUV 187.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 174 209 110 0.17 0 0.47 0.18 81.21 0.52 0.63
Hex AE D1 6E 11 0 2F 12 51 34 3F
Octal 256 321 156 21 0 57 22 121 64 77
Binary 10101110 11010001 1101110 10001 0 101111 10010 1010001 110100 111111

Color Harmonies of #AED16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED16E

Black with #AED16E

Text Example


Text Example

White with #AED16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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