Html Css Color HEX #ACC378 Caper

📋 copy color: '#ACC378'

red 172 ◦ green 195 ◦ blue 120

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

Shades of Caper #ACC378

Tints of Caper #ACC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

 BLUE value IS 120 (47.27% from 255) = 24.64%

R = 35.32%
G = 40.04%
B = 24.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#ACC378 (or 0xACC378) is known color: Caper. HEX triplet: AC, C3 and 78. RGB value is (172,195,120). Sum of RGB (Red+Green+Blue) = 172+195+120=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC378 is #533C87. Grayscale: #B3B3B3. Windows color (decimal): -5454984 or 7914412. OLE color: 7914412.

HSL color Cylindrical-coordinate representation of color #ACC378: hue angle of 78.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC378 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 120 -
CMYK 0.12 0 0.38 0.24
HSL 78.4º 0.38% 0.62% -
HSV(B) 78.4º 0.38% 0.76% -
XYZ 39.92 49.16 25.15 -
YUV 179.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 172 195 120 0.12 0 0.38 0.24 78.4 0.38 0.62
Hex AC C3 78 C 0 26 18 4E 26 3E
Octal 254 303 170 14 0 46 30 116 46 76
Binary 10101100 11000011 1111000 1100 0 100110 11000 1001110 100110 111110

Color Harmonies of #ACC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC378

Black with #ACC378

Text Example


Text Example

White with #ACC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC378; }

 p { color: rgb(172,195,120); }

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

background-color css

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

 a { background-color: rgb(172,195,120); }

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

border-color css

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

 span { border-color: rgb(172,195,120); }

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