#ACDB8B

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

Shades of Feijoa #ACDB8B

Tints of Feijoa #ACDB8B

Color information

#ACDB8B (or 0xACDB8B) is unknown color: approx Feijoa. HEX triplet: AC, DB and 8B. RGB value is (172,219,139). Sum of RGB (Red+Green+Blue) = 172+219+139=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB8B is #532474. Grayscale: #C4C4C4. Windows color (decimal): -5448821 or 9165740. OLE color: 9165740.

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

Color convert

RGB172219139-
CMYK0.2100.370.14
HSL95.25º52.63%70.2%-
HSV(B)95.25º36.53%85.88%-
XYZ4761.333.78-
YUV195.8395.93111-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=32.45%
G=41.32%
B=26.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191390.2100.370.1495.2552.6370.2
HexACDB8B15025E5f3546
Octal254333213250451613765106
Binary101011001101101110001011101010100101111010111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDB8B; }

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

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

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

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

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

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

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

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