#ACDB8E

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

Shades of Feijoa #ACDB8E

Tints of Feijoa #ACDB8E

Color information

#ACDB8E (or 0xACDB8E) is unknown color: approx Feijoa. HEX triplet: AC, DB and 8E. RGB value is (172,219,142). Sum of RGB (Red+Green+Blue) = 172+219+142=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB8E is #532471. Grayscale: #C4C4C4. Windows color (decimal): -5448818 or 9362348. OLE color: 9362348.

HSL color Cylindrical-coordinate representation of color #ACDB8E: hue angle of 96.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACDB8E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB172219142-
CMYK0.2100.350.14
HSL96.62º51.68%70.78%-
HSV(B)96.62º35.16%85.88%-
XYZ47.2361.3934.95-
YUV196.1797.43110.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=32.27%
G=41.09%
B=26.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191420.2100.350.1496.6251.6870.78
HexACDB8E15023E613447
Octal254333216250431614164107
Binary101011001101101110001110101010100011111011000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDB8E; }

 p { color: rgb(172,219,142); }

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

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

 a { background-color: rgb(172,219,142); }

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

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

 span { border-color: rgb(172,219,142); }

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