Html Css Color HEX #AACD7D Caper

📋 copy color: '#AACD7D'

red 170 ◦ green 205 ◦ blue 125

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

Shades of Caper #AACD7D

Tints of Caper #AACD7D

RGB

 RED value IS 170 (66.8% from 255) = 34%

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

 BLUE value IS 125 (49.22% from 255) = 25%

R = 34%
G = 41%
B = 25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#AACD7D (or 0xAACD7D) is known color: Caper. HEX triplet: AA, CD and 7D. RGB value is (170,205,125). Sum of RGB (Red+Green+Blue) = 170+205+125=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD7D is #553282. Grayscale: #B9B9B9. Windows color (decimal): -5583491 or 8244650. OLE color: 8244650.

HSL color Cylindrical-coordinate representation of color #AACD7D: hue angle of 86.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACD7D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 125 -
CMYK 0.17 0 0.39 0.20
HSL 86.25º 0.44% 0.65% -
HSV(B) 86.25º 0.39% 0.8% -
XYZ 42.11 53.69 27.55 -
YUV 185.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 170 205 125 0.17 0 0.39 0.20 86.25 0.44 0.65
Hex AA CD 7D 11 0 27 14 56 2C 41
Octal 252 315 175 21 0 47 24 126 54 101
Binary 10101010 11001101 1111101 10001 0 100111 10100 1010110 101100 1000001

Color Harmonies of #AACD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD7D

Black with #AACD7D

Text Example


Text Example

White with #AACD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD7D; }

 p { color: rgb(170,205,125); }

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

background-color css

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

 a { background-color: rgb(170,205,125); }

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

border-color css

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

 span { border-color: rgb(170,205,125); }

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