Html Css Color HEX #ACD076 Caper

📋 copy color: '#ACD076'

red 172 ◦ green 208 ◦ blue 118

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

Shades of Caper #ACD076

Tints of Caper #ACD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

 BLUE value IS 118 (46.48% from 255) = 23.69%

R = 34.54%
G = 41.77%
B = 23.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#ACD076 (or 0xACD076) is known color: Caper. HEX triplet: AC, D0 and 76. RGB value is (172,208,118). Sum of RGB (Red+Green+Blue) = 172+208+118=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD076 is #532F89. Grayscale: #BBBBBB. Windows color (decimal): -5451658 or 7786668. OLE color: 7786668.

HSL color Cylindrical-coordinate representation of color #ACD076: hue angle of 84º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD076 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 118 -
CMYK 0.17 0 0.43 0.18
HSL 84º 0.49% 0.64% -
HSV(B) 84º 0.43% 0.82% -
XYZ 42.84 55.19 25.53 -
YUV 186.98 89.07 117.32 -
System Red Green Blue C M Y K H S L
Decimal 172 208 118 0.17 0 0.43 0.18 84 0.49 0.64
Hex AC D0 76 11 0 2B 12 54 31 40
Octal 254 320 166 21 0 53 22 124 61 100
Binary 10101100 11010000 1110110 10001 0 101011 10010 1010100 110001 1000000

Color Harmonies of #ACD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD076

Black with #ACD076

Text Example


Text Example

White with #ACD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD076; }

 p { color: rgb(172,208,118); }

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

background-color css

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

 a { background-color: rgb(172,208,118); }

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

border-color css

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

 span { border-color: rgb(172,208,118); }

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