Html Css Color HEX #AED070 Caper

📋 copy color: '#AED070'

red 174 ◦ green 208 ◦ blue 112

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

Shades of Caper #AED070

Tints of Caper #AED070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

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

R = 35.22%
G = 42.11%
B = 22.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#AED070 (or 0xAED070) is known color: Caper. HEX triplet: AE, D0 and 70. RGB value is (174,208,112). Sum of RGB (Red+Green+Blue) = 174+208+112=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #AED070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED070 is #512F8F. Grayscale: #BBBBBB. Windows color (decimal): -5320592 or 7393454. OLE color: 7393454.

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

Color convert

RGB 174 208 112 -
CMYK 0.16 0 0.46 0.18
HSL 81.25º 0.51% 0.63% -
HSV(B) 81.25º 0.46% 0.82% -
XYZ 42.94 55.28 23.74 -
YUV 186.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 174 208 112 0.16 0 0.46 0.18 81.25 0.51 0.63
Hex AE D0 70 10 0 2E 12 51 33 3F
Octal 256 320 160 20 0 56 22 121 63 77
Binary 10101110 11010000 1110000 10000 0 101110 10010 1010001 110011 111111

Color Harmonies of #AED070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED070

Black with #AED070

Text Example


Text Example

White with #AED070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED070; }

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

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

background-color css

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

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

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

border-color css

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

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

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