Html Css Color HEX #AECD7A Caper

📋 copy color: '#AECD7A'

red 174 ◦ green 205 ◦ blue 122

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

Shades of Caper #AECD7A

Tints of Caper #AECD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.92%

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

R = 34.73%
G = 40.92%
B = 24.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#AECD7A (or 0xAECD7A) is known color: Caper. HEX triplet: AE, CD and 7A. RGB value is (174,205,122). Sum of RGB (Red+Green+Blue) = 174+205+122=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD7A is #513285. Grayscale: #BABABA. Windows color (decimal): -5321350 or 8048046. OLE color: 8048046.

HSL color Cylindrical-coordinate representation of color #AECD7A: hue angle of 82.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AECD7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 122 -
CMYK 0.15 0 0.40 0.20
HSL 82.41º 0.45% 0.64% -
HSV(B) 82.41º 0.4% 0.8% -
XYZ 42.8 54.07 26.59 -
YUV 186.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 174 205 122 0.15 0 0.40 0.20 82.41 0.45 0.64
Hex AE CD 7A F 0 28 14 52 2D 40
Octal 256 315 172 17 0 50 24 122 55 100
Binary 10101110 11001101 1111010 1111 0 101000 10100 1010010 101101 1000000

Color Harmonies of #AECD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD7A

Black with #AECD7A

Text Example


Text Example

White with #AECD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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