Html Css Color HEX #AED371 Caper

📋 copy color: '#AED371'

red 174 ◦ green 211 ◦ blue 113

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

Shades of Caper #AED371

Tints of Caper #AED371

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 34.94%
G = 42.37%
B = 22.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#AED371 (or 0xAED371) is known color: Caper. HEX triplet: AE, D3 and 71. RGB value is (174,211,113). Sum of RGB (Red+Green+Blue) = 174+211+113=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #AED371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED371 is #512C8E. Grayscale: #BDBDBD. Windows color (decimal): -5319823 or 7459758. OLE color: 7459758.

HSL color Cylindrical-coordinate representation of color #AED371: hue angle of 82.65º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AED371 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 113 -
CMYK 0.18 0 0.46 0.17
HSL 82.65º 0.53% 0.64% -
HSV(B) 82.65º 0.46% 0.83% -
XYZ 43.73 56.78 24.28 -
YUV 188.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 174 211 113 0.18 0 0.46 0.17 82.65 0.53 0.64
Hex AE D3 71 12 0 2E 11 53 35 40
Octal 256 323 161 22 0 56 21 123 65 100
Binary 10101110 11010011 1110001 10010 0 101110 10001 1010011 110101 1000000

Color Harmonies of #AED371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED371

Black with #AED371

Text Example


Text Example

White with #AED371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED371; }

 p { color: rgb(174,211,113); }

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

background-color css

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

 a { background-color: rgb(174,211,113); }

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

border-color css

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

 span { border-color: rgb(174,211,113); }

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