Html Css Color HEX #ACD077 Caper

📋 copy color: '#ACD077'

red 172 ◦ green 208 ◦ blue 119

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

Shades of Caper #ACD077

Tints of Caper #ACD077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 34.47%
G = 41.68%
B = 23.85%

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

#ACD077 (or 0xACD077) is known color: Caper. HEX triplet: AC, D0 and 77. RGB value is (172,208,119). Sum of RGB (Red+Green+Blue) = 172+208+119=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD077 is #532F88. Grayscale: #BBBBBB. Windows color (decimal): -5451657 or 7852204. OLE color: 7852204.

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

Color convert

RGB 172 208 119 -
CMYK 0.17 0 0.43 0.18
HSL 84.27º 0.49% 0.64% -
HSV(B) 84.27º 0.43% 0.82% -
XYZ 42.9 55.21 25.85 -
YUV 187.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 172 208 119 0.17 0 0.43 0.18 84.27 0.49 0.64
Hex AC D0 77 11 0 2B 12 54 31 40
Octal 254 320 167 21 0 53 22 124 61 100
Binary 10101100 11010000 1110111 10001 0 101011 10010 1010100 110001 1000000

Color Harmonies of #ACD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD077

Black with #ACD077

Text Example


Text Example

White with #ACD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD077; }

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

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

background-color css

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

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

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

border-color css

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

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

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