Html Css Color HEX #AED571 Caper

📋 copy color: '#AED571'

red 174 ◦ green 213 ◦ blue 113

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

Shades of Caper #AED571

Tints of Caper #AED571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.6%

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

R = 34.8%
G = 42.6%
B = 22.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#AED571 (or 0xAED571) is known color: Caper. HEX triplet: AE, D5 and 71. RGB value is (174,213,113). Sum of RGB (Red+Green+Blue) = 174+213+113=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #AED571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED571 is #512A8E. Grayscale: #BEBEBE. Windows color (decimal): -5319311 or 7460270. OLE color: 7460270.

HSL color Cylindrical-coordinate representation of color #AED571: hue angle of 83.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED571 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 113 -
CMYK 0.18 0 0.47 0.16
HSL 83.4º 0.54% 0.64% -
HSV(B) 83.4º 0.47% 0.84% -
XYZ 44.23 57.78 24.44 -
YUV 189.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 174 213 113 0.18 0 0.47 0.16 83.4 0.54 0.64
Hex AE D5 71 12 0 2F 10 53 36 40
Octal 256 325 161 22 0 57 20 123 66 100
Binary 10101110 11010101 1110001 10010 0 101111 10000 1010011 110110 1000000

Color Harmonies of #AED571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED571

Black with #AED571

Text Example


Text Example

White with #AED571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED571; }

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

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

background-color css

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

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

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

border-color css

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

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

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