Html Css Color HEX #ACD071 Caper

📋 copy color: '#ACD071'

red 172 ◦ green 208 ◦ blue 113

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

Shades of Caper #ACD071

Tints of Caper #ACD071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 34.89%
G = 42.19%
B = 22.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#ACD071 (or 0xACD071) is known color: Caper. HEX triplet: AC, D0 and 71. RGB value is (172,208,113). Sum of RGB (Red+Green+Blue) = 172+208+113=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD071 is #532F8E. Grayscale: #BABABA. Windows color (decimal): -5451663 or 7458988. OLE color: 7458988.

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

Color convert

RGB 172 208 113 -
CMYK 0.17 0 0.46 0.18
HSL 82.74º 0.5% 0.63% -
HSV(B) 82.74º 0.46% 0.82% -
XYZ 42.55 55.07 24.01 -
YUV 186.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 172 208 113 0.17 0 0.46 0.18 82.74 0.5 0.63
Hex AC D0 71 11 0 2E 12 53 32 3F
Octal 254 320 161 21 0 56 22 123 62 77
Binary 10101100 11010000 1110001 10001 0 101110 10010 1010011 110010 111111

Color Harmonies of #ACD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD071

Black with #ACD071

Text Example


Text Example

White with #ACD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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