Html Css Color HEX #ACC07A Caper

📋 copy color: '#ACC07A'

red 172 ◦ green 192 ◦ blue 122

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

Shades of Caper #ACC07A

Tints of Caper #ACC07A

RGB

 RED value IS 172 (67.58% from 255) = 35.39%

 GREEN value IS 192 (75.39% from 255) = 39.51%

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

R = 35.39%
G = 39.51%
B = 25.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#ACC07A (or 0xACC07A) is known color: Caper. HEX triplet: AC, C0 and 7A. RGB value is (172,192,122). Sum of RGB (Red+Green+Blue) = 172+192+122=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC07A is #533F85. Grayscale: #B2B2B2. Windows color (decimal): -5455750 or 8044716. OLE color: 8044716.

HSL color Cylindrical-coordinate representation of color #ACC07A: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC07A is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 122 -
CMYK 0.10 0 0.36 0.25
HSL 77.14º 0.36% 0.62% -
HSV(B) 77.14º 0.36% 0.75% -
XYZ 39.38 47.88 25.58 -
YUV 178.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 172 192 122 0.10 0 0.36 0.25 77.14 0.36 0.62
Hex AC C0 7A A 0 24 19 4D 24 3E
Octal 254 300 172 12 0 44 31 115 44 76
Binary 10101100 11000000 1111010 1010 0 100100 11001 1001101 100100 111110

Color Harmonies of #ACC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC07A

Black with #ACC07A

Text Example


Text Example

White with #ACC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC07A; }

 p { color: rgb(172,192,122); }

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

background-color css

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

 a { background-color: rgb(172,192,122); }

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

border-color css

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

 span { border-color: rgb(172,192,122); }

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