Html Css Color HEX #AED570 Caper

📋 copy color: '#AED570'

red 174 ◦ green 213 ◦ blue 112

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

Shades of Caper #AED570

Tints of Caper #AED570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 34.87%
G = 42.69%
B = 22.44%

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

#AED570 (or 0xAED570) is known color: Caper. HEX triplet: AE, D5 and 70. RGB value is (174,213,112). Sum of RGB (Red+Green+Blue) = 174+213+112=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #AED570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED570 is #512A8F. Grayscale: #BEBEBE. Windows color (decimal): -5319312 or 7394734. OLE color: 7394734.

HSL color Cylindrical-coordinate representation of color #AED570: hue angle of 83.17º degrees, saturation: 0.55, 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 #AED570 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 112 -
CMYK 0.18 0 0.47 0.16
HSL 83.17º 0.55% 0.64% -
HSV(B) 83.17º 0.47% 0.84% -
XYZ 44.17 57.76 24.15 -
YUV 189.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 174 213 112 0.18 0 0.47 0.16 83.17 0.55 0.64
Hex AE D5 70 12 0 2F 10 53 37 40
Octal 256 325 160 22 0 57 20 123 67 100
Binary 10101110 11010101 1110000 10010 0 101111 10000 1010011 110111 1000000

Color Harmonies of #AED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED570

Black with #AED570

Text Example


Text Example

White with #AED570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED570; }

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

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

background-color css

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

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

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

border-color css

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

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

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