Html Css Color HEX #ACD074 Caper

📋 copy color: '#ACD074'

red 172 ◦ green 208 ◦ blue 116

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

Shades of Caper #ACD074

Tints of Caper #ACD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 34.68%
G = 41.94%
B = 23.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#ACD074 (or 0xACD074) is known color: Caper. HEX triplet: AC, D0 and 74. RGB value is (172,208,116). Sum of RGB (Red+Green+Blue) = 172+208+116=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD074 is #532F8B. Grayscale: #BBBBBB. Windows color (decimal): -5451660 or 7655596. OLE color: 7655596.

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

Color convert

RGB 172 208 116 -
CMYK 0.17 0 0.44 0.18
HSL 83.48º 0.49% 0.64% -
HSV(B) 83.48º 0.44% 0.82% -
XYZ 42.72 55.14 24.92 -
YUV 186.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 172 208 116 0.17 0 0.44 0.18 83.48 0.49 0.64
Hex AC D0 74 11 0 2C 12 53 31 40
Octal 254 320 164 21 0 54 22 123 61 100
Binary 10101100 11010000 1110100 10001 0 101100 10010 1010011 110001 1000000

Color Harmonies of #ACD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD074

Black with #ACD074

Text Example


Text Example

White with #ACD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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