Html Css Color HEX #AED07A Caper

📋 copy color: '#AED07A'

red 174 ◦ green 208 ◦ blue 122

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

Shades of Caper #AED07A

Tints of Caper #AED07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 34.52%
G = 41.27%
B = 24.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#AED07A (or 0xAED07A) is known color: Caper. HEX triplet: AE, D0 and 7A. RGB value is (174,208,122). Sum of RGB (Red+Green+Blue) = 174+208+122=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #AED07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED07A is #512F85. Grayscale: #BCBCBC. Windows color (decimal): -5320582 or 8048814. OLE color: 8048814.

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

Color convert

RGB 174 208 122 -
CMYK 0.16 0 0.41 0.18
HSL 83.72º 0.48% 0.65% -
HSV(B) 83.72º 0.41% 0.82% -
XYZ 43.52 55.52 26.83 -
YUV 188.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 174 208 122 0.16 0 0.41 0.18 83.72 0.48 0.65
Hex AE D0 7A 10 0 29 12 54 30 41
Octal 256 320 172 20 0 51 22 124 60 101
Binary 10101110 11010000 1111010 10000 0 101001 10010 1010100 110000 1000001

Color Harmonies of #AED07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED07A

Black with #AED07A

Text Example


Text Example

White with #AED07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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