Html Css Color HEX #ACD072 Caper

📋 copy color: '#ACD072'

red 172 ◦ green 208 ◦ blue 114

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

Shades of Caper #ACD072

Tints of Caper #ACD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 34.82%
G = 42.11%
B = 23.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#ACD072 (or 0xACD072) is known color: Caper. HEX triplet: AC, D0 and 72. RGB value is (172,208,114). Sum of RGB (Red+Green+Blue) = 172+208+114=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD072 is #532F8D. Grayscale: #BABABA. Windows color (decimal): -5451662 or 7524524. OLE color: 7524524.

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

Color convert

RGB 172 208 114 -
CMYK 0.17 0 0.45 0.18
HSL 82.98º 0.5% 0.63% -
HSV(B) 82.98º 0.45% 0.82% -
XYZ 42.61 55.1 24.31 -
YUV 186.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 172 208 114 0.17 0 0.45 0.18 82.98 0.5 0.63
Hex AC D0 72 11 0 2D 12 53 32 3F
Octal 254 320 162 21 0 55 22 123 62 77
Binary 10101100 11010000 1110010 10001 0 101101 10010 1010011 110010 111111

Color Harmonies of #ACD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD072

Black with #ACD072

Text Example


Text Example

White with #ACD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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