Html Css Color HEX #ACD16F Caper

📋 copy color: '#ACD16F'

red 172 ◦ green 209 ◦ blue 111

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

Shades of Caper #ACD16F

Tints of Caper #ACD16F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 34.96%
G = 42.48%
B = 22.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#ACD16F (or 0xACD16F) is known color: Caper. HEX triplet: AC, D1 and 6F. RGB value is (172,209,111). Sum of RGB (Red+Green+Blue) = 172+209+111=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD16F is #532E90. Grayscale: #BBBBBB. Windows color (decimal): -5451409 or 7328172. OLE color: 7328172.

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

Color convert

RGB 172 209 111 -
CMYK 0.18 0 0.47 0.18
HSL 82.65º 0.52% 0.63% -
HSV(B) 82.65º 0.47% 0.82% -
XYZ 42.68 55.52 23.51 -
YUV 186.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 172 209 111 0.18 0 0.47 0.18 82.65 0.52 0.63
Hex AC D1 6F 12 0 2F 12 53 34 3F
Octal 254 321 157 22 0 57 22 123 64 77
Binary 10101100 11010001 1101111 10010 0 101111 10010 1010011 110100 111111

Color Harmonies of #ACD16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD16F

Black with #ACD16F

Text Example


Text Example

White with #ACD16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD16F; }

 p { color: rgb(172,209,111); }

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

background-color css

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

 a { background-color: rgb(172,209,111); }

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

border-color css

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

 span { border-color: rgb(172,209,111); }

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