Html Css Color HEX #ACD06F Caper

📋 copy color: '#ACD06F'

red 172 ◦ green 208 ◦ blue 111

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

Shades of Caper #ACD06F

Tints of Caper #ACD06F

RGB

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

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

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

R = 35.03%
G = 42.36%
B = 22.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#ACD06F (or 0xACD06F) is known color: Caper. HEX triplet: AC, D0 and 6F. RGB value is (172,208,111). Sum of RGB (Red+Green+Blue) = 172+208+111=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06F is #532F90. Grayscale: #BABABA. Windows color (decimal): -5451665 or 7327916. OLE color: 7327916.

HSL color Cylindrical-coordinate representation of color #ACD06F: hue angle of 82.27º degrees, saturation: 0.51, 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 #ACD06F is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 111 -
CMYK 0.17 0 0.47 0.18
HSL 82.27º 0.51% 0.63% -
HSV(B) 82.27º 0.47% 0.82% -
XYZ 42.44 55.03 23.42 -
YUV 186.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 172 208 111 0.17 0 0.47 0.18 82.27 0.51 0.63
Hex AC D0 6F 11 0 2F 12 52 33 3F
Octal 254 320 157 21 0 57 22 122 63 77
Binary 10101100 11010000 1101111 10001 0 101111 10010 1010010 110011 111111

Color Harmonies of #ACD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD06F

Black with #ACD06F

Text Example


Text Example

White with #ACD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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