#ACD67B

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

Shades of Feijoa #ACD67B

Tints of Feijoa #ACD67B

Color information

#ACD67B (or 0xACD67B) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 7B. RGB value is (172,214,123). Sum of RGB (Red+Green+Blue) = 172+214+123=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD67B is #532984. Grayscale: #BFBFBF. Windows color (decimal): -5450117 or 8115884. OLE color: 8115884.

HSL color Cylindrical-coordinate representation of color #ACD67B: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD67B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB172214123-
CMYK0.2000.430.16
HSL87.69º52.6%66.08%-
HSV(B)87.69º42.52%83.92%-
XYZ44.6358.2927.64-
YUV191.0789.59114.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=33.79%
G=42.04%
B=24.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141230.2000.430.1687.6952.666.08
HexACD67B1402B10583542
Octal254326173240532013065102
Binary101011001101011011110111010001010111000010110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD67B; }

 p { color: rgb(172,214,123); }

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

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

 a { background-color: rgb(172,214,123); }

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

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

 span { border-color: rgb(172,214,123); }

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