#ACD378

Color #ACD378 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACD378

Tints of Feijoa #ACD378

Color information

#ACD378 (or 0xACD378) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 78. RGB value is (172,211,120). Sum of RGB (Red+Green+Blue) = 172+211+120=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD378 is #532C87. Grayscale: #BDBDBD. Windows color (decimal): -5450888 or 7918508. OLE color: 7918508.

HSL color Cylindrical-coordinate representation of color #ACD378: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD378 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB172211120-
CMYK0.1800.430.17
HSL85.71º50.84%64.9%-
HSV(B)85.71º43.13%82.75%-
XYZ43.756.7226.41-
YUV188.9689.08115.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=34.19%
G=41.95%
B=23.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111200.1800.430.1785.7150.8464.9
HexACD3781202B11563341
Octal254323170220532112663101
Binary101011001101001111110001001001010111000110101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD378; }

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

 H1.HeaderClassName
 {
   color: #ACD378;
 }
 .AnyTagClassName
 {
   color: #ACD378;
 }
</style>
background-color css

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

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

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

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

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

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