Html Css Color HEX #AACC6C Caper

📋 copy color: '#AACC6C'

red 170 ◦ green 204 ◦ blue 108

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

Shades of Caper #AACC6C

Tints of Caper #AACC6C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 35.27%
G = 42.32%
B = 22.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#AACC6C (or 0xAACC6C) is known color: Caper. HEX triplet: AA, CC and 6C. RGB value is (170,204,108). Sum of RGB (Red+Green+Blue) = 170+204+108=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC6C is #553393. Grayscale: #B7B7B7. Windows color (decimal): -5583764 or 7130282. OLE color: 7130282.

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

Color convert

RGB 170 204 108 -
CMYK 0.17 0 0.47 0.2
HSL 81.25º 0.48% 0.61% -
HSV(B) 81.25º 0.47% 0.8% -
XYZ 40.88 52.81 22.23 -
YUV 182.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 170 204 108 0.17 0 0.47 0.2 81.25 0.48 0.61
Hex AA CC 6C 11 0 2F 14 51 30 3D
Octal 252 314 154 21 0 57 24 121 60 75
Binary 10101010 11001100 1101100 10001 0 101111 10100 1010001 110000 111101

Color Harmonies of #AACC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC6C

Black with #AACC6C

Text Example


Text Example

White with #AACC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC6C; }

 p { color: rgb(170,204,108); }

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

background-color css

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

 a { background-color: rgb(170,204,108); }

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

border-color css

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

 span { border-color: rgb(170,204,108); }

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