Html Css Color HEX #AACD6D Caper

📋 copy color: '#AACD6D'

red 170 ◦ green 205 ◦ blue 109

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

Shades of Caper #AACD6D

Tints of Caper #AACD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 35.12%
G = 42.36%
B = 22.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#AACD6D (or 0xAACD6D) is known color: Caper. HEX triplet: AA, CD and 6D. RGB value is (170,205,109). Sum of RGB (Red+Green+Blue) = 170+205+109=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD6D is #553292. Grayscale: #B7B7B7. Windows color (decimal): -5583507 or 7196074. OLE color: 7196074.

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

Color convert

RGB 170 205 109 -
CMYK 0.17 0 0.47 0.20
HSL 81.87º 0.49% 0.62% -
HSV(B) 81.87º 0.47% 0.8% -
XYZ 41.17 53.31 22.59 -
YUV 183.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 170 205 109 0.17 0 0.47 0.20 81.87 0.49 0.62
Hex AA CD 6D 11 0 2F 14 52 31 3E
Octal 252 315 155 21 0 57 24 122 61 76
Binary 10101010 11001101 1101101 10001 0 101111 10100 1010010 110001 111110

Color Harmonies of #AACD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD6D

Black with #AACD6D

Text Example


Text Example

White with #AACD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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