Html Css Color HEX #ACD06C Caper

📋 copy color: '#ACD06C'

red 172 ◦ green 208 ◦ blue 108

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

Shades of Caper #ACD06C

Tints of Caper #ACD06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 35.25%
G = 42.62%
B = 22.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#ACD06C (or 0xACD06C) is known color: Caper. HEX triplet: AC, D0 and 6C. RGB value is (172,208,108). Sum of RGB (Red+Green+Blue) = 172+208+108=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06C is #532F93. Grayscale: #BABABA. Windows color (decimal): -5451668 or 7131308. OLE color: 7131308.

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

Color convert

RGB 172 208 108 -
CMYK 0.17 0 0.48 0.18
HSL 81.6º 0.52% 0.62% -
HSV(B) 81.6º 0.48% 0.82% -
XYZ 42.28 54.97 22.57 -
YUV 185.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 172 208 108 0.17 0 0.48 0.18 81.6 0.52 0.62
Hex AC D0 6C 11 0 30 12 52 34 3E
Octal 254 320 154 21 0 60 22 122 64 76
Binary 10101100 11010000 1101100 10001 0 110000 10010 1010010 110100 111110

Color Harmonies of #ACD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD06C

Black with #ACD06C

Text Example


Text Example

White with #ACD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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